Class Lucene41PostingsBaseFormat
java.lang.Object
org.apache.lucene.codecs.PostingsBaseFormat
org.apache.lucene.codecs.lucene41.Lucene41PostingsBaseFormat
Provides a
PostingsReaderBase and PostingsWriterBase.-
Field Summary
Fields inherited from class org.apache.lucene.codecs.PostingsBaseFormat
name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates thePostingsReaderBasefor this format.Creates thePostingsWriterBasefor this format.
-
Constructor Details
-
Lucene41PostingsBaseFormat
public Lucene41PostingsBaseFormat()Sole constructor.
-
-
Method Details
-
postingsReaderBase
Description copied from class:PostingsBaseFormatCreates thePostingsReaderBasefor this format.- Specified by:
postingsReaderBasein classPostingsBaseFormat- Throws:
IOException
-
postingsWriterBase
Description copied from class:PostingsBaseFormatCreates thePostingsWriterBasefor this format.- Specified by:
postingsWriterBasein classPostingsBaseFormat- Throws:
IOException
-