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

Deprecate Fields.getUniqueTermCount, remove AtomicReader.getUniqueTermCount

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0, 6.0
    • None
    • None
    • New

    Description

      Spinoff from LUCENE-4315.

      This was my comment there:

      we should consider Fields.getUniqueTermCount,
      which has a default implementation that sums across fields (preflex overrides).
      
      This was necessary to have some way to access the segment-level unique term count for 3.x indexes,
      which do not actually know this information per-field and override this method to provide it.
      
      But there is no need to have this on AtomicReader (I think its way too expert, just get the Fields
      and get it from there), and we can consider deprecating this in 4.x and removing it in trunk
      alltogether as then someone can just use the field-level statistics.
      

      Attachments

        1. LUCENE-4316.patch
          3 kB
          Robert Muir

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: