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

DirectoryTaxonomyReader should implement Accountable

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 7.1, 8.0
    • None
    • None
    • New

    Description

      This class is a concrete instance of TaxonomyReader that uses a Lucene index to map facet labels to ordinals.

      It uses a fair amount of heap, e.g. to hold parent/sibling/child int arrays, to cache recent lookups, and in the underlying IndexReader. I think we should have it implement Accountable so people can track its heap usage.

      Attachments

        1. LUCENE-7972.patch
          9 kB
          Michael McCandless

        Activity

          People

            mikemccand Michael McCandless
            mikemccand Michael McCandless
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: