Hi,
I'm also just at that point where I think I need a wildcard facet.field
parameter (or someone points out another solution for my problem...).
Here is my situation:
I have many products of different types with totally different
attributes. There are currently more than 300 attributes....
I use dynamic fields to import the attributes into solr without having
to define a specific field for each attribute. Now when I make a query I
would like to get back all facet.fields that are relevant for that query.
I think it would be really nice, if I don't have to know which facets
fields are there at query time, instead just import attributes into
dynamic fields, get the relevant facets back and decide in the frontend
which to display and how...
What do the experts think about this?
Tom