Package org.apache.solr.uninverting
Class FieldCacheImpl.BinaryDocValuesImpl
java.lang.Object
org.apache.solr.uninverting.FieldCacheImpl.BinaryDocValuesImpl
- All Implemented Interfaces:
org.apache.lucene.util.Accountable
- Enclosing class:
FieldCacheImpl
public static class FieldCacheImpl.BinaryDocValuesImpl
extends Object
implements org.apache.lucene.util.Accountable
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
ConstructorsConstructorDescriptionBinaryDocValuesImpl(org.apache.lucene.util.PagedBytes.Reader bytes, org.apache.lucene.util.packed.PackedInts.Reader docToOffset, org.apache.lucene.util.Bits docsWithField) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.lucene.util.Accountable> org.apache.lucene.index.BinaryDocValuesiterator()long
-
Constructor Details
-
BinaryDocValuesImpl
public BinaryDocValuesImpl(org.apache.lucene.util.PagedBytes.Reader bytes, org.apache.lucene.util.packed.PackedInts.Reader docToOffset, org.apache.lucene.util.Bits docsWithField)
-
-
Method Details
-
iterator
public org.apache.lucene.index.BinaryDocValues iterator() -
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsedin interfaceorg.apache.lucene.util.Accountable
-
getChildResources
- Specified by:
getChildResourcesin interfaceorg.apache.lucene.util.Accountable
-