Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-1557

Make constant-score rewrite the default for multi-term queries

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Invalid
    • 2.4.1
    • 3.0
    • None
    • None
    • New

    Description

      For queries that expand to multiple terms (PrefixQuery, RangeQuery, FuzzyQuery, WildcardQuery), the default now is to rewrite to a BooleanQuery, which scales poorly, and can hit the dreaded TooManyClauses (ungraceful degradation).

      Except for FuzzyQuery (which we should fix with this issue), they all support setConstantScoreRewrite, which scales better.

      In 3.0 we should make constantScoreRewrite the default, and leave an option to turn it off.

      This is a spinoff from LUCENE-998.

      Attachments

        Activity

          People

            uschindler Uwe Schindler
            mikemccand Michael McCandless
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: