Module org.apache.lucene.codecs
Class FixedGapTermsIndexReader.FieldIndexData
java.lang.Object
org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader.FieldIndexData
- All Implemented Interfaces:
Accountable
- Enclosing class:
- FixedGapTermsIndexReader
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
(package private) final long
(package private) final MonotonicBlockPackedReader
(package private) final MonotonicBlockPackedReader
(package private) final long
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Constructor Summary
ConstructorsConstructorDescriptionFieldIndexData
(IndexInput in, PagedBytes termBytes, long indexStart, long termsStart, long packedIndexStart, long packedOffsetsStart, long numIndexTerms) -
Method Summary
Modifier and TypeMethodDescriptionReturns nested resources of this class.long
Return the memory usage of this object in bytes.toString()
-
Field Details
-
termBytesStart
final long termBytesStart -
termOffsets
-
termsDictOffsets
-
numIndexTerms
final long numIndexTerms -
termsStart
final long termsStart
-
-
Constructor Details
-
FieldIndexData
public FieldIndexData(IndexInput in, PagedBytes termBytes, long indexStart, long termsStart, long packedIndexStart, long packedOffsetsStart, long numIndexTerms) throws IOException - Throws:
IOException
-
-
Method Details
-
ramBytesUsed
public long ramBytesUsed()Description copied from interface:Accountable
Return the memory usage of this object in bytes. Negative values are illegal.- Specified by:
ramBytesUsed
in interfaceAccountable
-
getChildResources
Description copied from interface:Accountable
Returns nested resources of this class. The result should be a point-in-time snapshot (to avoid race conditions).- Specified by:
getChildResources
in interfaceAccountable
- See Also:
-
toString
-