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
-
-
Constructor Summary
Constructors Constructor Description BinaryDocValuesImpl(org.apache.lucene.util.PagedBytes.Reader bytes, org.apache.lucene.util.packed.PackedInts.Reader docToOffset, org.apache.lucene.util.Bits docsWithField)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.apache.lucene.util.Accountable>
getChildResources()
org.apache.lucene.index.BinaryDocValues
iterator()
long
ramBytesUsed()
-
-
-
Method Detail
-
iterator
public org.apache.lucene.index.BinaryDocValues iterator()
-
ramBytesUsed
public long ramBytesUsed()
- Specified by:
ramBytesUsed
in interfaceorg.apache.lucene.util.Accountable
-
getChildResources
public Collection<org.apache.lucene.util.Accountable> getChildResources()
- Specified by:
getChildResources
in interfaceorg.apache.lucene.util.Accountable
-
-