Class Lucene40PostingsBaseFormat
- java.lang.Object
-
- org.apache.lucene.codecs.PostingsBaseFormat
-
- org.apache.lucene.codecs.lucene40.Lucene40PostingsBaseFormat
-
@Deprecated public final class Lucene40PostingsBaseFormat extends PostingsBaseFormat
Deprecated.Only for reading old 4.0 segmentsProvides aPostingsReaderBase
andPostingsWriterBase
.
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.codecs.PostingsBaseFormat
name
-
-
Constructor Summary
Constructors Constructor Description Lucene40PostingsBaseFormat()
Deprecated.Sole constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PostingsReaderBase
postingsReaderBase(SegmentReadState state)
Deprecated.Creates thePostingsReaderBase
for this format.PostingsWriterBase
postingsWriterBase(SegmentWriteState state)
Deprecated.Creates thePostingsWriterBase
for this format.
-
-
-
Method Detail
-
postingsReaderBase
public PostingsReaderBase postingsReaderBase(SegmentReadState state) throws java.io.IOException
Deprecated.Description copied from class:PostingsBaseFormat
Creates thePostingsReaderBase
for this format.- Specified by:
postingsReaderBase
in classPostingsBaseFormat
- Throws:
java.io.IOException
-
postingsWriterBase
public PostingsWriterBase postingsWriterBase(SegmentWriteState state) throws java.io.IOException
Deprecated.Description copied from class:PostingsBaseFormat
Creates thePostingsWriterBase
for this format.- Specified by:
postingsWriterBase
in classPostingsBaseFormat
- Throws:
java.io.IOException
-
-