Package org.apache.lucene.codecs
Class PostingsBaseFormat
java.lang.Object
org.apache.lucene.codecs.PostingsBaseFormat
- Direct Known Subclasses:
Lucene40PostingsBaseFormat
,Lucene41PostingsBaseFormat
Provides a
PostingsReaderBase
and PostingsWriterBase
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PostingsReaderBase
Creates thePostingsReaderBase
for this format.abstract PostingsWriterBase
Creates thePostingsWriterBase
for this format.
-
Field Details
-
name
Unique name that's used to retrieve this codec when reading the index
-
-
Constructor Details
-
PostingsBaseFormat
Sole constructor.
-
-
Method Details
-
postingsReaderBase
Creates thePostingsReaderBase
for this format.- Throws:
IOException
-
postingsWriterBase
Creates thePostingsWriterBase
for this format.- Throws:
IOException
-