@Deprecated public class AppendingTermsReader extends BlockTreeTermsReader
BlockTreeTermsReader.FieldReader, BlockTreeTermsReader.Stats
EMPTY_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, terms
getUniqueTermCount
public AppendingTermsReader(Directory dir, FieldInfos fieldInfos, SegmentInfo info, PostingsReaderBase postingsReader, IOContext ioContext, String segmentSuffix, int indexDivisor) throws IOException
IOException
protected int readHeader(IndexInput input) throws IOException
BlockTreeTermsReader
readHeader
in class BlockTreeTermsReader
IOException
protected int readIndexHeader(IndexInput input) throws IOException
BlockTreeTermsReader
readIndexHeader
in class BlockTreeTermsReader
IOException
protected void seekDir(IndexInput input, long dirOffset) throws IOException
BlockTreeTermsReader
input
to the directory offset.seekDir
in class BlockTreeTermsReader
IOException
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.