@Deprecated public class Lucene40PostingsFormat extends PostingsFormat
EMPTY| Constructor and Description |
|---|
Lucene40PostingsFormat()
Deprecated.
Creates
Lucene40PostingsFormat with default
settings. |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
fieldsConsumer(SegmentWriteState state)
Deprecated.
Writes a new segment
|
FieldsProducer |
fieldsProducer(SegmentReadState state)
Deprecated.
Reads a segment.
|
String |
toString()
Deprecated.
|
availablePostingsFormats, forName, getName, reloadPostingsFormatspublic Lucene40PostingsFormat()
Lucene40PostingsFormat with default
settings.public FieldsConsumer fieldsConsumer(SegmentWriteState state) throws IOException
PostingsFormatfieldsConsumer in class PostingsFormatIOExceptionpublic final FieldsProducer fieldsProducer(SegmentReadState state) throws IOException
PostingsFormatfieldsProducer in class PostingsFormatIOExceptionpublic String toString()
toString in class PostingsFormatCopyright © 2000-2017 The Apache Software Foundation. All Rights Reserved.