@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
PostingsBaseFormat
PostingsReaderBase
for this
format.postingsReaderBase
in class PostingsBaseFormat
IOException
public PostingsWriterBase postingsWriterBase(SegmentWriteState state) throws IOException
PostingsBaseFormat
PostingsWriterBase
for this
format.postingsWriterBase
in class PostingsBaseFormat
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.