You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/09/15 21:52:21 UTC

[Solr Wiki] Update of "DisMaxRequestHandler" by HossMan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by HossMan:
http://wiki.apache.org/solr/DisMaxRequestHandler

------------------------------------------------------------------------------
  The DisMaxRequestHandler is designed to process simple user entered phrases (without heavy syntax) and search for the individual words across several fields using different weighting (boosts) based on the significance of each field.  Additional options let you influence the score based on rules specific to each use case (independent of user input)
  
- NOTE: As of Solr 1.3, the DisMaxRequestHandler is simply the standard request handler with the default query parser set to the !DisMax Query Parser (defType=dismax).
+ '''NOTE:''' As of Solr 1.3, the DisMaxRequestHandler is the exact same thing as the SearchHandler with the default query parser set to the !DisMax Query Parser (defType=dismax).
+ 
+ 
+ /!\ :TODO: /!\ rework this into a wiki page about DisMasQParserPlugin
  
  [[TableOfContents]]