@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.
|
protected int |
readIndexHeader(IndexInput input)
Deprecated.
|
protected void |
seekDir(IndexInput input,
long dirOffset)
Deprecated.
|
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
readHeader
in class BlockTreeTermsReader
IOException
protected int readIndexHeader(IndexInput input) throws IOException
readIndexHeader
in class BlockTreeTermsReader
IOException
protected void seekDir(IndexInput input, long dirOffset) throws IOException
seekDir
in class BlockTreeTermsReader
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.