On 5/16/07, Jack L <[EMAIL PROTECTED]> wrote:
If I want to try out DisMaxRequestHandler, do I need to repost?
I suppose it is for searching only and does not require re-indexing?

No need to re-index, it's just a different request handler.
It's very much like the standard request handler, but it uses it's own
query parser in conjunction with it's other parameters to construct
the "base" query.  faceting, filtering, highlighting, etc, are all the
same as the standard request handler.

Start by commenting out (or customizing) the defaults in the dismax
request handler in solrconfig.xml.  Then when you do a query, add
qt=dismax to the parameters.

-Yonik

Reply via email to