Package org.apache.solr.uninverting
Class FieldCacheImpl.LongsFromArray
java.lang.Object
org.apache.solr.uninverting.FieldCacheImpl.LongsFromArray
- All Implemented Interfaces:
org.apache.lucene.util.Accountable
- Enclosing class:
FieldCacheImpl
public static class FieldCacheImpl.LongsFromArray
extends Object
implements org.apache.lucene.util.Accountable
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
ConstructorsConstructorDescriptionLongsFromArray(String field, org.apache.lucene.util.packed.PackedInts.Reader values, long minValue, org.apache.lucene.util.Bits docsWithField) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Constructor Details
-
LongsFromArray
public LongsFromArray(String field, org.apache.lucene.util.packed.PackedInts.Reader values, long minValue, org.apache.lucene.util.Bits docsWithField)
-
-
Method Details
-
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsedin interfaceorg.apache.lucene.util.Accountable
-
iterator
public org.apache.lucene.index.NumericDocValues iterator()
-