I don't think you want or need to use Solr faceting behavior for that.
The whole point of solr facetting behavior is to sum up these 'groups'
accross a result set.
For a single item, I'd just store those things in a multi-valued field,
make sure that multi-valued field is returned with your document fetch,
and then display em.
How can you get BL to do this? Can you use the BL facet rendering views
to do it? I am not sure, it wasn't designed for this and I don't think
anybody's tried to do it before, sorry, I have no answer.
One way or another, it's certainly something you can do (with or without
the existing views, you might need/want to make new view templates) --
but there's probably no simple switch you can flip or one line you can
add to your app to do it, it'll take some development.
> --
> You received this message because you are subscribed to the Google
> Groups "Blacklight Development" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/blacklight-development/-/6sywWSZ9Xw4J.
> To post to this group, send email to
>
blacklight-...@googlegroups.com.
> To unsubscribe from this group, send email to
>
blacklight-develo...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/blacklight-development?hl=en.