switch MultiTermQuery to "constant score auto" rewrite by default
-----------------------------------------------------------------

                 Key: LUCENE-1860
                 URL: https://issues.apache.org/jira/browse/LUCENE-1860
             Project: Lucene - Java
          Issue Type: Improvement
    Affects Versions: 2.9
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: 2.9


Right now it defaults to scoring BooleanQuery, and that's inconsistent w/ 
QueryParser which does constant score auto.

The new multi-term queries already set this default, so the only core queries 
this will impact are PrefixQuery and WildcardQuery.  FuzzyQuery, which has its 
own rewrite to BooleanQuery, will keep doing so.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to