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 2012/09/11 22:21:25 UTC

[Solr Wiki] Update of "SolrQuerySyntax" by JanHoydahl

Dear Wiki user,

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

The "SolrQuerySyntax" page has been changed by JanHoydahl:
http://wiki.apache.org/solr/SolrQuerySyntax?action=diff&rev1=34&rev2=35

Comment:
Extended Dismax

  
  '''NOTE''':TO must be uppercase, or Solr will report a 'Range Goop' error.
  
- = Dismax Query Parser =
+ = Dismax and eDismax Query Parser =
- The dismax query parser provides query time field level boosting granularity, with less special syntax.  Dismax generally makes the best first choice query parser for user facing Solr applications.  The dismax handler parameters are described in detail here: [[DisMaxQParserPlugin]].
+ The (e)dismax query parser provides query time field level boosting granularity, with less special syntax.  (e)Dismax generally makes the best first choice query parser for user facing Solr applications.  The (e)dismax handler parameters are described in detail here: [[DisMaxQParserPlugin]] and [[ExtendedDisMax]].
  
  = Other built-in useful query parsers =