Module org.apache.lucene.core
Class FieldsIndex
- java.lang.Object
-
- org.apache.lucene.codecs.lucene90.compressing.FieldsIndex
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.lang.Cloneable
- Direct Known Subclasses:
FieldsIndexReader
abstract class FieldsIndex extends java.lang.Object implements java.lang.Cloneable, java.io.Closeable
-
-
Constructor Summary
Constructors Constructor Description FieldsIndex()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract void
checkIntegrity()
Check the integrity of the index.abstract FieldsIndex
clone()
(package private) abstract long
getStartPointer(int docID)
Get the start pointer for the block that contains the given docID.
-
-
-
Method Detail
-
getStartPointer
abstract long getStartPointer(int docID)
Get the start pointer for the block that contains the given docID.
-
checkIntegrity
abstract void checkIntegrity() throws java.io.IOException
Check the integrity of the index.- Throws:
java.io.IOException
-
clone
public abstract FieldsIndex clone()
- Overrides:
clone
in classjava.lang.Object
-
-