Package org.apache.solr.uninverting
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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
ConstructorsConstructorDescriptionSortedDocValuesImpl(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 Summary
Modifier and TypeMethodDescriptionCollection<org.apache.lucene.util.Accountable> org.apache.lucene.index.SortedDocValuesiterator()long
-
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:
ramBytesUsedin interfaceorg.apache.lucene.util.Accountable
-
getChildResources
- Specified by:
getChildResourcesin interfaceorg.apache.lucene.util.Accountable
-