Class Lucene40PostingsReader
java.lang.Object
org.apache.lucene.codecs.PostingsReaderBase
org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
Deprecated.
Only for reading old 4.0 segments
Concrete class that reads the 4.0 frq/prox
postings format.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLucene40PostingsReader
(Directory dir, FieldInfos fieldInfos, SegmentInfo segmentInfo, IOContext ioContext, String segmentSuffix) Deprecated.Sole constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated.void
decodeTerm
(long[] longs, DataInput in, FieldInfo fieldInfo, BlockTermState _termState, boolean absolute) Deprecated.Actually decode metadata for next termdocs
(FieldInfo fieldInfo, BlockTermState termState, Bits liveDocs, DocsEnum reuse, int flags) Deprecated.Must fully consume state, since after this call that TermState may be reused.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 dictionaryIndexInput
.Deprecated.Return a newly created empty TermStatelong
Deprecated.Returns approximate RAM bytes used
-
Constructor Details
-
Lucene40PostingsReader
public Lucene40PostingsReader(Directory dir, FieldInfos fieldInfos, SegmentInfo segmentInfo, IOContext ioContext, String segmentSuffix) throws IOException Deprecated.Sole constructor.- Throws:
IOException
-
-
Method Details
-
init
Deprecated.Description copied from class:PostingsReaderBase
Performs any initialization, such as reading and verifying the header from the provided terms dictionaryIndexInput
.- Specified by:
init
in classPostingsReaderBase
- Throws:
IOException
-
newTermState
Deprecated.Description copied from class:PostingsReaderBase
Return a newly created empty TermState- Specified by:
newTermState
in classPostingsReaderBase
-
close
Deprecated.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classPostingsReaderBase
- Throws:
IOException
-
decodeTerm
public void decodeTerm(long[] longs, DataInput in, FieldInfo fieldInfo, BlockTermState _termState, boolean absolute) throws IOException Deprecated.Description copied from class:PostingsReaderBase
Actually decode metadata for next term- Specified by:
decodeTerm
in classPostingsReaderBase
- Throws:
IOException
- See Also:
-
docs
public DocsEnum docs(FieldInfo fieldInfo, BlockTermState termState, Bits liveDocs, DocsEnum reuse, int flags) throws IOException Deprecated.Description copied from class:PostingsReaderBase
Must fully consume state, since after this call that TermState may be reused.- Specified by:
docs
in classPostingsReaderBase
- Throws:
IOException
-
docsAndPositions
public DocsAndPositionsEnum docsAndPositions(FieldInfo fieldInfo, BlockTermState termState, Bits liveDocs, DocsAndPositionsEnum reuse, int flags) throws IOException Deprecated.Description copied from class:PostingsReaderBase
Must fully consume state, since after this call that TermState may be reused.- Specified by:
docsAndPositions
in classPostingsReaderBase
- Throws:
IOException
-
ramBytesUsed
public long ramBytesUsed()Deprecated.Description copied from class:PostingsReaderBase
Returns approximate RAM bytes used- Specified by:
ramBytesUsed
in classPostingsReaderBase
-