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

Add support for distributed stats

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0-ALPHA
    • 4.0-ALPHA
    • None
    • None
    • New, Patch Available

    Description

      (its a bug in a way, since we broke this, temporarily).

      There is no way to do this now (distributed IDF, etc) with the new API.

      But we should do it right:

      • having the sim ask the searcher for docfreq of a term is wasteful and dangerous,
        usually we have already seek'd to the term and already collected the 'raw' stuff.
      • the situation is more than just docfreq, because you should be able to implement
        distributed scoring for all of the new sim models (or your own), that use any
        of Lucene's stats.

      Attachments

        1. LUCENE-3555.patch
          45 kB
          Robert Muir

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: