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

CustomScoreQuery has broken boosting

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.3.1, 6.0
    • core/query/scoring
    • None
    • New

    Description

      CustomScoreQuery wrongly applies boost^2 instead of boost.

      It wrongly incorporates its boost into the normalization factor passed down to subquery (like booleanquery does) and also multiplies it directly in its scorer.

      The only reason the test passes today is because it compares raw score magnitudes when querynorm is on, which normalizes this away.

      Changing the test to use newSearcher() demonstrates the brokenness.

      Attachments

        1. LUCENE-4935.patch
          3 kB
          Robert Muir
        2. LUCENE-4935.patch
          5 kB
          Robert Muir

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: