g-the-dismax-Query-Handler-and-Still-Limit-a-Specific-Field.html
Cheers,
Gert.
-Original Message-
From: Lance Norskog [mailto:goks...@gmail.com]
Sent: Freitag, 11. September 2009 04:56
To: solr-user@lucene.apache.org
Subject: Re: Facet fields and the DisMax query handler
Facets ar
Facets are not involved here. These are only simple searches.
The DisMax parser does not use field names in the query. DisMax creates a
nice simple syntax for people to type into a web browser search field. The
various parameters let you sculpt the relevance in order to tune the user
experience.
I'm trying to understand the DisMax query handler. I orginally
configured it to ensure that the query was mapped onto different fields
in the documents and a boost assigned if the fields match. And that
works pretty smoothly.
However when it comes to facetted searches the results perplexes me.
Co