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

Add query rescoring API

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.8, 6.0
    • None
    • None
    • New

    Description

      When costly scoring factors are used during searching, a common
      approach is to do a cheaper / basic query first, collect the top few
      hundred hits, and then rescore those hits using the more costly
      query.

      It's not clear/simple to do this with Lucene today; I think we should
      make it easier.

      Attachments

        1. LUCENE-5489.patch
          23 kB
          Michael McCandless
        2. LUCENE-5489.patch
          22 kB
          Michael McCandless
        3. LUCENE-5489.patch
          10 kB
          Michael McCandless
        4. LUCENE-5489.patch
          16 kB
          Michael McCandless

        Issue Links

          Activity

            People

              mikemccand Michael McCandless
              mikemccand Michael McCandless
              Votes:
              2 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: