Class Lucene40PostingsBaseFormat
java.lang.Object
org.apache.lucene.codecs.PostingsBaseFormat
org.apache.lucene.codecs.lucene40.Lucene40PostingsBaseFormat
Deprecated.
Only for reading old 4.0 segments
Provides a
PostingsReaderBase and PostingsWriterBase.-
Field Summary
Fields inherited from class org.apache.lucene.codecs.PostingsBaseFormat
name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates thePostingsReaderBasefor this format.Deprecated.Creates thePostingsWriterBasefor this format.
-
Constructor Details
-
Lucene40PostingsBaseFormat
public Lucene40PostingsBaseFormat()Deprecated.Sole constructor.
-
-
Method Details
-
postingsReaderBase
Deprecated.Description copied from class:PostingsBaseFormatCreates thePostingsReaderBasefor this format.- Specified by:
postingsReaderBasein classPostingsBaseFormat- Throws:
IOException
-
postingsWriterBase
Deprecated.Description copied from class:PostingsBaseFormatCreates thePostingsWriterBasefor this format.- Specified by:
postingsWriterBasein classPostingsBaseFormat- Throws:
IOException
-