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

default value for scoring payloads

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 7.2
    • core/query/scoring
    • None
    • New, Patch Available

    Description

      In lucene 5, PayloadTermQuery used a hardcoded default of 1.0 for terms without a payload. The replacing PayloadScoreQuery in lucene 6 just ignores those terms. This is unflexible and wrong for many use cases (for example using Payloads to deemphasize some terms, where terms without payload should result in maximum score instead of being ignored).

      In my pull request I defer the decision on what to do with missing payloads to the scorePayload method of the similarity, which has to check the given payload for null and handle that case. I believe this breaks backwards compatibility?

      Attachments

        Issue Links

          Activity

            People

              ehatcher Erik Hatcher
              xabbu42 Nathan Gass
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: