public class VariableGapTermsIndexReader extends TermsIndexReaderBase
| Modifier and Type | Class and Description |
|---|---|
private class |
VariableGapTermsIndexReader.FieldIndexData |
private static class |
VariableGapTermsIndexReader.IndexEnum |
TermsIndexReaderBase.FieldIndexEnum| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.HashMap<java.lang.String,VariableGapTermsIndexReader.FieldIndexData> |
fields |
private PositiveIntOutputs |
fstOutputs |
| Constructor and Description |
|---|
VariableGapTermsIndexReader(SegmentReadState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.Collection<Accountable> |
getChildResources()
Returns nested resources of this class.
|
TermsIndexReaderBase.FieldIndexEnum |
getFieldEnum(FieldInfo fieldInfo) |
long |
ramBytesUsed()
Return the memory usage of this object in bytes.
|
private void |
seekDir(IndexInput input) |
boolean |
supportsOrd() |
java.lang.String |
toString() |
private final PositiveIntOutputs fstOutputs
final java.util.HashMap<java.lang.String,VariableGapTermsIndexReader.FieldIndexData> fields
public VariableGapTermsIndexReader(SegmentReadState state) throws java.io.IOException
java.io.IOExceptionpublic boolean supportsOrd()
supportsOrd in class TermsIndexReaderBasepublic TermsIndexReaderBase.FieldIndexEnum getFieldEnum(FieldInfo fieldInfo)
getFieldEnum in class TermsIndexReaderBasepublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class TermsIndexReaderBasejava.io.IOExceptionprivate void seekDir(IndexInput input) throws java.io.IOException
java.io.IOExceptionpublic long ramBytesUsed()
Accountablepublic java.util.Collection<Accountable> getChildResources()
AccountableAccountablespublic java.lang.String toString()
toString in class java.lang.Object