Coincidentally I'm working on something like this right now. However in my case, I want results filtered by the current search for the facets they use (which is a subset of all available), with a count. This is a sort of meta-facet since its faceting on the facetable fields. I've implemented this by adding an UpdateRequestProcessor implementation that finds fields matching a certain pattern and simply adding their names to a field I've chosen -- which will at query time be faceted on. Pretty easy.
~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/ On Mar 18, 2010, at 3:58 PM, homerlex wrote: > > Thanks for the reply. Can someone point me to a sample on how to use the > luke request handler to get this info? > > > Erik Hatcher-4 wrote: >> >> No, there isn't. How would one know what all the facet fields are, >> though? >> >> One trick, use the luke request handler to get the list of fields, >> then use that list to construct the facet fields request parameters. >> >> Erik >> >> >> > > -- > View this message in context: > http://old.nabble.com/Return-all-Facets--tp27944999p27950714.html > Sent from the Solr - User mailing list archive at Nabble.com. >