What do facet queries do that is different from the regular query?  What is
a use case where I would use a facet.query in addition to the regular query?

Thanks,

Lance Norskog


>From the wiki:
http://wiki.apache.org/solr/SimpleFacetParameters#head-529bb9b985632b36cbd46
a37bde9753772e47cdd

Arbitrary Query Faceting: facet.query

This param allows you to specify an arbitrary query in the Lucene default
syntax to generate a facet count. It can be particularly useful for numeric
range based facets, or prefix based facets. 
 

Reply via email to