XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • flexscoring branch
    • flexscoring branch
    • core/search
    • None
    • New, Patch Available

    Description

      In order to support ranking methods besides TF-IDF, we need to make the statistics they need available. These statistics could be computed in computeWeight (soon to become computeStats) and stored in a separate object for easy access. Since this object will be used solely by subclasses of Similarity, it should be implented as a static inner class, i.e. Similarity.Stats.

      There are two ways this could be implemented:

      • as a single Similarity.Stats class, reused by all ranking algorithms. In this case, this class would have a member field for all statistics;
      • as a hierarchy of Stats classes, one for each ranking algorithm. Each subclass would define only the statistics needed for the ranking algorithm.

      In the second case, the Stats class in DefaultSimilarity would have a single field, idf, while the one in e.g. BM25Similarity would have idf and average field/document length.

      Attachments

        1. LUCENE-3174_normalize_boost.patch
          13 kB
          Robert Muir
        2. LUCENE-3174.patch
          66 kB
          Robert Muir
        3. LUCENE-3174.patch
          63 kB
          Robert Muir
        4. LUCENE-3174.patch
          62 kB
          Robert Muir
        5. LUCENE-3174.patch
          42 kB
          David Mark Nemeskey
        6. LUCENE-3174.patch
          14 kB
          David Mark Nemeskey
        7. LUCENE-3174.patch
          14 kB
          David Mark Nemeskey

        Activity

          People

            david_nemeskey David Mark Nemeskey
            david_nemeskey David Mark Nemeskey
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: