Re: Multiple Facets on Same Field

2020-11-17 Thread Michael Gibney
Ah, ok! The Jira issue mentioned in the mail thread you cited above has some further discussion/detail. (I don't think adding a "{!terms}" query filter would necessarily work ... it'd need to be a group of facets of type "query", sorted client-side ... unless I'm missing something?) https://issues.

Re: Multiple Facets on Same Field

2020-11-17 Thread Jason Gerlowski
Thanks Michael, I agree - JSON Facets is a better candidate for the functionality I'm looking for. In my case specifically though, I think I'm pegged to traditional facets because I also want to use the "terms" local params support that doesn't have a native equivalent in JSON Faceting (yet: SOLR

Re: Multiple Facets on Same Field

2020-11-17 Thread Michael Gibney
Answering a slightly different question perhaps, but you can definitely do this with the "JSON Facet" API, where there's much cleaner separation between different facets (and output is assigned to arbitrary keys). Michael On Tue, Nov 17, 2020 at 9:36 AM Jason Gerlowski wrote: > > Hi all, > > Is i

Multiple Facets on Same Field

2020-11-17 Thread Jason Gerlowski
Hi all, Is it possible to have multiple facets on the same field with different parameters (mincount, limit, prefix, etc.) on each? The ref-guide describes these per-facet parameters as being settable on a "per-field basis" with syntax of "f..facet." [1]. But I wasn't sure whether to take that a