@Deprecated public class Lucene40PostingsReader extends PostingsReaderBase
Lucene40PostingsFormat
Constructor and Description |
---|
Lucene40PostingsReader(Directory dir,
FieldInfos fieldInfos,
SegmentInfo segmentInfo,
IOContext ioContext,
String segmentSuffix)
Deprecated.
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
checkIntegrity()
Deprecated.
Checks consistency of this reader.
|
void |
close()
Deprecated.
|
void |
decodeTerm(long[] longs,
DataInput in,
FieldInfo fieldInfo,
BlockTermState _termState,
boolean absolute)
Deprecated.
Actually decode metadata for next term
|
DocsEnum |
docs(FieldInfo fieldInfo,
BlockTermState termState,
Bits liveDocs,
DocsEnum reuse,
int flags)
Deprecated.
Must fully consume state, since after this call that
TermState may be reused.
|
DocsAndPositionsEnum |
docsAndPositions(FieldInfo fieldInfo,
BlockTermState termState,
Bits liveDocs,
DocsAndPositionsEnum reuse,
int flags)
Deprecated.
Must fully consume state, since after this call that
TermState may be reused.
|
void |
init(IndexInput termsIn)
Deprecated.
Performs any initialization, such as reading and
verifying the header from the provided terms
dictionary
IndexInput . |
BlockTermState |
newTermState()
Deprecated.
Return a newly created empty TermState
|
long |
ramBytesUsed()
Deprecated.
Returns approximate RAM bytes used
|
public Lucene40PostingsReader(Directory dir, FieldInfos fieldInfos, SegmentInfo segmentInfo, IOContext ioContext, String segmentSuffix) throws IOException
IOException
public void init(IndexInput termsIn) throws IOException
PostingsReaderBase
IndexInput
.init
in class PostingsReaderBase
IOException
public BlockTermState newTermState()
PostingsReaderBase
newTermState
in class PostingsReaderBase
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class PostingsReaderBase
IOException
public void decodeTerm(long[] longs, DataInput in, FieldInfo fieldInfo, BlockTermState _termState, boolean absolute) throws IOException
PostingsReaderBase
public DocsEnum docs(FieldInfo fieldInfo, BlockTermState termState, Bits liveDocs, DocsEnum reuse, int flags) throws IOException
PostingsReaderBase
docs
in class PostingsReaderBase
IOException
public DocsAndPositionsEnum docsAndPositions(FieldInfo fieldInfo, BlockTermState termState, Bits liveDocs, DocsAndPositionsEnum reuse, int flags) throws IOException
PostingsReaderBase
docsAndPositions
in class PostingsReaderBase
IOException
public long ramBytesUsed()
PostingsReaderBase
ramBytesUsed
in class PostingsReaderBase
public void checkIntegrity() throws IOException
PostingsReaderBase
Note that this may be costly in terms of I/O, e.g. may involve computing a checksum value against large data files.
checkIntegrity
in class PostingsReaderBase
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.