@Deprecated public class Elasticsearch090PostingsFormat extends org.apache.lucene.codecs.PostingsFormat
Lucene50PostingsFormat. This format will reuse the underlying
Lucene50PostingsFormat and its files also for the _uid saving up to
5 files per segment in the default case.
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected BloomFilterPostingsFormat |
bloomPostings
非推奨です。
|
protected static com.google.common.base.Predicate<String> |
UID_FIELD_FILTER
非推奨です。
|
| コンストラクタと説明 |
|---|
Elasticsearch090PostingsFormat()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.lucene.codecs.FieldsConsumer |
fieldsConsumer(org.apache.lucene.index.SegmentWriteState state)
非推奨です。
|
org.apache.lucene.codecs.FieldsProducer |
fieldsProducer(org.apache.lucene.index.SegmentReadState state)
非推奨です。
|
org.apache.lucene.codecs.PostingsFormat |
getDefaultWrapped()
非推奨です。
|
protected final BloomFilterPostingsFormat bloomPostings
protected static final com.google.common.base.Predicate<String> UID_FIELD_FILTER
public org.apache.lucene.codecs.PostingsFormat getDefaultWrapped()
public org.apache.lucene.codecs.FieldsConsumer fieldsConsumer(org.apache.lucene.index.SegmentWriteState state)
throws IOException
fieldsConsumer クラス内 org.apache.lucene.codecs.PostingsFormatIOExceptionpublic org.apache.lucene.codecs.FieldsProducer fieldsProducer(org.apache.lucene.index.SegmentReadState state)
throws IOException
fieldsProducer クラス内 org.apache.lucene.codecs.PostingsFormatIOExceptionCopyright © 2009–2016. All rights reserved.