Class Lucene40PostingsBaseFormat
- java.lang.Object
 - 
- org.apache.lucene.codecs.PostingsBaseFormat
 - 
- org.apache.lucene.codecs.lucene40.Lucene40PostingsBaseFormat
 
 
 
- 
@Deprecated public final class Lucene40PostingsBaseFormat extends PostingsBaseFormat
Deprecated.Only for reading old 4.0 segmentsProvides aPostingsReaderBaseandPostingsWriterBase. 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.lucene.codecs.PostingsBaseFormat
name 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Lucene40PostingsBaseFormat()Deprecated.Sole constructor. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PostingsReaderBasepostingsReaderBase(SegmentReadState state)Deprecated.Creates thePostingsReaderBasefor this format.PostingsWriterBasepostingsWriterBase(SegmentWriteState state)Deprecated.Creates thePostingsWriterBasefor this format. 
 - 
 
- 
- 
Method Detail
- 
postingsReaderBase
public PostingsReaderBase postingsReaderBase(SegmentReadState state) throws java.io.IOException
Deprecated.Description copied from class:PostingsBaseFormatCreates thePostingsReaderBasefor this format.- Specified by:
 postingsReaderBasein classPostingsBaseFormat- Throws:
 java.io.IOException
 
- 
postingsWriterBase
public PostingsWriterBase postingsWriterBase(SegmentWriteState state) throws java.io.IOException
Deprecated.Description copied from class:PostingsBaseFormatCreates thePostingsWriterBasefor this format.- Specified by:
 postingsWriterBasein classPostingsBaseFormat- Throws:
 java.io.IOException
 
 - 
 
 -