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/07/30 04:13:08 UTC

[Solr Wiki] Update of "SolrQuerySyntax" by HossMan

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 HossMan.
The comment on this change is: cleaning up DisMaxRequestHandler refs.
http://wiki.apache.org/solr/SolrQuerySyntax?action=diff&rev1=23&rev2=24

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

     * {{{createdate:[1976-03-06T23:59:59.999Z/YEAR TO 1976-03-06T23:59:59.999Z]}}}
  
  = Dismax 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: DisMaxRequestHandler.
+ 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]].
  
  = Other built-in useful query parsers =