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 thePostingsReaderBase
for this format.Creates thePostingsWriterBase
for this format.
-
Constructor Details
-
Lucene41PostingsBaseFormat
public Lucene41PostingsBaseFormat()Sole constructor.
-
-
Method Details
-
postingsReaderBase
Description copied from class:PostingsBaseFormat
Creates thePostingsReaderBase
for this format.- Specified by:
postingsReaderBase
in classPostingsBaseFormat
- Throws:
IOException
-
postingsWriterBase
Description copied from class:PostingsBaseFormat
Creates thePostingsWriterBase
for this format.- Specified by:
postingsWriterBase
in classPostingsBaseFormat
- Throws:
IOException
-