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

FuzzyLikeThisQuery should set MaxNonCompetitiveBoost for faster speed

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.0-ALPHA
    • 4.0-ALPHA
    • modules/other
    • None
    • New

    Description

      FuzzyLikeThisQuery uses FuzzyTermsEnum directly, and maintains
      a priority queue for its purposes.

      Just like TopTermsRewrite method, it should set the
      MaxNonCompetitiveBoost attribute, so that FuzzyTermsEnum can
      run faster. Its already tracking the minScore, just not updating
      the attribute.

      This would be especially nice as it appears to have nice defaults
      already (pq size of 50)

      Attachments

        1. LUCENE-2304.patch
          0.7 kB
          Robert Muir

        Activity

          People

            rcmuir Robert Muir
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: