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

Fuzzy query scoring issues

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.2
    • 5.3, 6.0
    • core/search
    • None
    • Operating System: All
      Platform: All

    • 32942

    Description

      Queries which automatically produce multiple terms (wildcard, range, prefix,
      fuzzy etc)currently suffer from two problems:

      1) Scores for matching documents are significantly smaller than term queries
      because of the volume of terms introduced (A match on query Foo~ is 0.1
      whereas a match on query Foo is 1).
      2) The rarer forms of expanded terms are favoured over those of more common
      forms because of the IDF. When using Fuzzy queries for example, rare mis-
      spellings typically appear in results before the more common correct spellings.

      I will attach a patch that corrects the issues identified above by
      1) Overriding Similarity.coord to counteract the downplaying of scores
      introduced by expanding terms.
      2) Taking the IDF factor of the most common form of expanded terms as the
      basis of scoring all other expanded terms.

      Attachments

        1. LUCENE-329.patch
          11 kB
          Mark Harwood
        2. LUCENE-329.patch
          12 kB
          Mark Harwood
        3. LUCENE-329.patch
          13 kB
          Mark Harwood
        4. LUCENE-329.patch
          13 kB
          Mark Harwood
        5. ASF.LICENSE.NOT.GRANTED--patch.txt
          11 kB
          Mark Harwood

        Issue Links

          Activity

            People

              mharwood Mark Harwood
              markharw00d@yahoo.co.uk Mark Harwood
              Votes:
              3 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: