Class FieldCacheImpl.SortedDocValuesImpl

java.lang.Object
org.apache.solr.uninverting.FieldCacheImpl.SortedDocValuesImpl
All Implemented Interfaces:
org.apache.lucene.util.Accountable
Enclosing class:
FieldCacheImpl

public static class FieldCacheImpl.SortedDocValuesImpl extends Object implements org.apache.lucene.util.Accountable
  • Constructor Details

    • SortedDocValuesImpl

      public SortedDocValuesImpl(org.apache.lucene.util.PagedBytes.Reader bytes, org.apache.lucene.util.packed.PackedLongValues termOrdToBytesOffset, org.apache.lucene.util.packed.PackedInts.Reader docToTermOrd, int numOrd)
  • Method Details

    • iterator

      public org.apache.lucene.index.SortedDocValues iterator()
    • ramBytesUsed

      public long ramBytesUsed()
      Specified by:
      ramBytesUsed in interface org.apache.lucene.util.Accountable
    • getChildResources

      public Collection<org.apache.lucene.util.Accountable> getChildResources()
      Specified by:
      getChildResources in interface org.apache.lucene.util.Accountable