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 2010/06/30 23:04:04 UTC

[Solr Wiki] Update of "DisMaxRequestHandler" by JanHoydahl

Dear Wiki user,

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

The "DisMaxRequestHandler" page has been changed by JanHoydahl.
http://wiki.apache.org/solr/DisMaxRequestHandler?action=diff&rev1=28&rev2=29

--------------------------------------------------

  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 the exact same thing as the SearchHandler with the default query parser set to the !DisMax Query Parser (defType=dismax).
+ 
+ '''NOTE:''' Please refer to this component as Dismax Query Parser, '''not''' DisMaxRequestHandler
  
  '''NOTE:''' Post Solr 1.4 there will be an Extended DisMax parsing that will improve punctuation handling and relevancy calculations, among other things.  It may be called '''edismax'''.  See JIRA [[http://issues.apache.org/jira/browse/SOLR-1553|SOLR-1553]]