@Deprecated public final class Lucene40PostingsBaseFormat extends PostingsBaseFormat
PostingsReaderBase and PostingsWriterBase.name| Constructor and Description |
|---|
Lucene40PostingsBaseFormat()
Deprecated.
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PostingsReaderBase |
postingsReaderBase(SegmentReadState state)
Deprecated.
Creates the
PostingsReaderBase for this
format. |
PostingsWriterBase |
postingsWriterBase(SegmentWriteState state)
Deprecated.
Creates the
PostingsWriterBase for this
format. |
public Lucene40PostingsBaseFormat()
public PostingsReaderBase postingsReaderBase(SegmentReadState state) throws IOException
PostingsBaseFormatPostingsReaderBase for this
format.postingsReaderBase in class PostingsBaseFormatIOExceptionpublic PostingsWriterBase postingsWriterBase(SegmentWriteState state) throws IOException
PostingsBaseFormatPostingsWriterBase for this
format.postingsWriterBase in class PostingsBaseFormatIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.