@Deprecated public class Elasticsearch090PostingsFormat extends org.apache.lucene.codecs.PostingsFormat
Lucene41PostingsFormat. This format will reuse the underlying
Lucene41PostingsFormat and its files also for the _uid saving up to
5 files per segment in the default case.
| Modifier and Type | Field and Description |
|---|---|
protected BloomFilterPostingsFormat |
bloomPostings
Deprecated.
|
| Constructor and Description |
|---|
Elasticsearch090PostingsFormat()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.codecs.FieldsConsumer |
fieldsConsumer(org.apache.lucene.index.SegmentWriteState state)
Deprecated.
|
org.apache.lucene.codecs.FieldsProducer |
fieldsProducer(org.apache.lucene.index.SegmentReadState state)
Deprecated.
|
org.apache.lucene.codecs.PostingsFormat |
getDefaultWrapped()
Deprecated.
|
protected final BloomFilterPostingsFormat bloomPostings
public Elasticsearch090PostingsFormat()
public org.apache.lucene.codecs.PostingsFormat getDefaultWrapped()
public org.apache.lucene.codecs.FieldsConsumer fieldsConsumer(org.apache.lucene.index.SegmentWriteState state)
throws IOException
fieldsConsumer in class org.apache.lucene.codecs.PostingsFormatIOExceptionpublic org.apache.lucene.codecs.FieldsProducer fieldsProducer(org.apache.lucene.index.SegmentReadState state)
throws IOException
fieldsProducer in class org.apache.lucene.codecs.PostingsFormatIOExceptionCopyright © 2009–2016. All rights reserved.