Open marc-portier opened 10 years ago
@marc-portier That sounds like a good feature to add indeed... Would you mind adding those 3 stories (one per point) to the trello board?: https://trello.com/b/xCBvFQSe/solr-client-board We'll prioritize them.
Also if you have some real life example of how you guys are doing it (are you?) and how you'd implement them to feed the thoughts. Would be nice.
We already have query.facet(options) to build up the 'general' solr-facet request params. However, many of those can also be overriden on a per field basis using the pattern:
I see a number of options to introduce this. either embedded in the current options like is suggested in the facet-query test for the date and range fields:
or through an overloaded variant that takes both field-name and it's specific set of options
Note: while checking up I notice that the facet.date and facet.range support is not yet there, so tackling that together with what is mentioned here is due.