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]]
  

Reply via email to