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.IOException
public boolean supportsOrd()
supportsOrd
in class TermsIndexReaderBase
public TermsIndexReaderBase.FieldIndexEnum getFieldEnum(FieldInfo fieldInfo)
getFieldEnum
in class TermsIndexReaderBase
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class TermsIndexReaderBase
java.io.IOException
private void seekDir(IndexInput input) throws java.io.IOException
java.io.IOException
public long ramBytesUsed()
Accountable
public java.util.Collection<Accountable> getChildResources()
Accountable
Accountables
public java.lang.String toString()
toString
in class java.lang.Object