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