@Deprecated public class AppendingTermsReader extends BlockTreeTermsReader
BlockTreeTermsReader.FieldReader, BlockTreeTermsReader.StatsEMPTY_ARRAY| Constructor and Description |
|---|
AppendingTermsReader(Directory dir,
FieldInfos fieldInfos,
SegmentInfo info,
PostingsReaderBase postingsReader,
IOContext ioContext,
String segmentSuffix,
int indexDivisor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
readHeader(IndexInput input)
Deprecated.
Reads terms file header.
|
protected int |
readIndexHeader(IndexInput input)
Deprecated.
Reads index file header.
|
protected void |
seekDir(IndexInput input,
long dirOffset)
Deprecated.
Seek
input to the directory offset. |
checkIntegrity, close, iterator, ramBytesUsed, size, termsgetUniqueTermCountpublic AppendingTermsReader(Directory dir, FieldInfos fieldInfos, SegmentInfo info, PostingsReaderBase postingsReader, IOContext ioContext, String segmentSuffix, int indexDivisor) throws IOException
IOExceptionprotected int readHeader(IndexInput input) throws IOException
BlockTreeTermsReaderreadHeader in class BlockTreeTermsReaderIOExceptionprotected int readIndexHeader(IndexInput input) throws IOException
BlockTreeTermsReaderreadIndexHeader in class BlockTreeTermsReaderIOExceptionprotected void seekDir(IndexInput input, long dirOffset) throws IOException
BlockTreeTermsReaderinput to the directory offset.seekDir in class BlockTreeTermsReaderIOExceptionCopyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.