public class FixedGapTermsIndexReader extends TermsIndexReaderBase
FixedGapTermsIndexWriterTermsIndexReaderBase.FieldIndexEnum| Modifier and Type | Field and Description |
|---|---|
protected long |
dirOffset |
| Constructor and Description |
|---|
FixedGapTermsIndexReader(Directory dir,
FieldInfos fieldInfos,
String segment,
int indexDivisor,
Comparator<BytesRef> termComp,
String segmentSuffix,
IOContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getDivisor() |
TermsIndexReaderBase.FieldIndexEnum |
getFieldEnum(FieldInfo fieldInfo) |
protected void |
readHeader(IndexInput input) |
protected void |
seekDir(IndexInput input,
long dirOffset) |
boolean |
supportsOrd() |
public FixedGapTermsIndexReader(Directory dir, FieldInfos fieldInfos, String segment, int indexDivisor, Comparator<BytesRef> termComp, String segmentSuffix, IOContext context) throws IOException
IOExceptionpublic int getDivisor()
getDivisor in class TermsIndexReaderBaseprotected void readHeader(IndexInput input) throws IOException
IOExceptionpublic boolean supportsOrd()
supportsOrd in class TermsIndexReaderBasepublic TermsIndexReaderBase.FieldIndexEnum getFieldEnum(FieldInfo fieldInfo)
getFieldEnum in class TermsIndexReaderBasepublic void close()
throws IOException
close in interface Closeableclose in class TermsIndexReaderBaseIOExceptionprotected void seekDir(IndexInput input, long dirOffset) throws IOException
IOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.