public final class Lucene40PostingsBaseFormat extends PostingsBaseFormat
PostingsReaderBase and PostingsWriterBase.name| Constructor and Description |
|---|
Lucene40PostingsBaseFormat()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PostingsReaderBase |
postingsReaderBase(SegmentReadState state)
Creates the
PostingsReaderBase for this
format. |
PostingsWriterBase |
postingsWriterBase(SegmentWriteState state)
Creates the
PostingsWriterBase for this
format. |
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-2012 Apache Software Foundation. All Rights Reserved.