Class Lucene41PostingsBaseFormat
- java.lang.Object
-
- org.apache.lucene.codecs.PostingsBaseFormat
-
- org.apache.lucene.codecs.lucene41.Lucene41PostingsBaseFormat
-
public final class Lucene41PostingsBaseFormat extends PostingsBaseFormat
Provides aPostingsReaderBase
andPostingsWriterBase
.
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.codecs.PostingsBaseFormat
name
-
-
Constructor Summary
Constructors Constructor Description Lucene41PostingsBaseFormat()
Sole constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostingsReaderBase
postingsReaderBase(SegmentReadState state)
Creates thePostingsReaderBase
for this format.PostingsWriterBase
postingsWriterBase(SegmentWriteState state)
Creates thePostingsWriterBase
for this format.
-
-
-
Method Detail
-
postingsReaderBase
public PostingsReaderBase postingsReaderBase(SegmentReadState state) throws java.io.IOException
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
Description copied from class:PostingsBaseFormat
Creates thePostingsWriterBase
for this format.- Specified by:
postingsWriterBase
in classPostingsBaseFormat
- Throws:
java.io.IOException
-
-