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 PostingsReaderBaseCreates thePostingsReaderBasefor this format.abstract PostingsWriterBaseCreates thePostingsWriterBasefor 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 thePostingsReaderBasefor this format.- Throws:
IOException
-
postingsWriterBase
Creates thePostingsWriterBasefor this format.- Throws:
IOException
-