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

Simplify ExactPhraseScorer

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 5.1, 6.0
    • None
    • None
    • New

    Description

      ExactPhraseScorer tries to intersect positions using windows of 4096 documents. In LUCENE-2410 it was reported that it helped a lot but I tried again on wikibig with a simpler impl that does advance one position at a time and the performance difference was only of a few percents. I'm guessing that maybe other changes (eg. the new postings format?) do not make this behaviour as useful as it used to be?

      Attachments

        1. LUCENE-6260.patch
          8 kB
          Adrien Grand

        Activity

          People

            Unassigned Unassigned
            jpountz Adrien Grand
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: