Hoss, What is "faceted browsing"? Maybe an example of a site interface that is using it would be good. Dumb question, I know.
On 9/8/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
Hey everybody, I just wanted to officially announce that as of the solr-2006-09-08.zip nightly build, Solr supports some simple Faceted Searching options right out of the box. Both the StandardRequestHandler and DisMaxRequestHandler now support some query params for specifying simple queries to use as facet constraints, or fields in your index you wish to use as facets - generating a constraint count for each term in the field. All of these params can be configured as "defaults" when registering the RequestHandler in your solrconfig.xml Information on what the new facet parameters are, how to use them, and what types of resultsthey generate can be found in the wiki... http://wiki.apache.org/solr/SimpleFacetParameters http://wiki.apache.org/solr/StandardRequestHandler http://wiki.apache.org/solr/DisMaxRequestHandler ...as allways: feedback, comments, suggestions and general discussion is strongly encouraged :) -Hoss