Class Lucene41PostingsBaseFormat
- java.lang.Object
-
- org.apache.lucene.codecs.PostingsBaseFormat
-
- org.apache.lucene.codecs.lucene41.Lucene41PostingsBaseFormat
-
public final class Lucene41PostingsBaseFormat extends PostingsBaseFormat
Provides aPostingsReaderBaseandPostingsWriterBase.
-
-
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 PostingsReaderBasepostingsReaderBase(SegmentReadState state)Creates thePostingsReaderBasefor this format.PostingsWriterBasepostingsWriterBase(SegmentWriteState state)Creates thePostingsWriterBasefor this format.
-
-
-
Method Detail
-
postingsReaderBase
public PostingsReaderBase postingsReaderBase(SegmentReadState state) throws java.io.IOException
Description copied from class:PostingsBaseFormatCreates thePostingsReaderBasefor this format.- Specified by:
postingsReaderBasein classPostingsBaseFormat- Throws:
java.io.IOException
-
postingsWriterBase
public PostingsWriterBase postingsWriterBase(SegmentWriteState state) throws java.io.IOException
Description copied from class:PostingsBaseFormatCreates thePostingsWriterBasefor this format.- Specified by:
postingsWriterBasein classPostingsBaseFormat- Throws:
java.io.IOException
-
-