public final class BloomFilterPostingsFormat.BloomFilteredFieldsConsumer
extends org.apache.lucene.codecs.FieldsConsumer
| コンストラクタと説明 |
|---|
BloomFilteredFieldsConsumer(org.apache.lucene.codecs.FieldsConsumer fieldsConsumer,
org.apache.lucene.index.SegmentWriteState state,
org.apache.lucene.codecs.PostingsFormat delegatePostingsFormat) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
org.apache.lucene.codecs.FieldsConsumer |
getDelegate() |
void |
write(org.apache.lucene.index.Fields fields) |
public BloomFilteredFieldsConsumer(org.apache.lucene.codecs.FieldsConsumer fieldsConsumer,
org.apache.lucene.index.SegmentWriteState state,
org.apache.lucene.codecs.PostingsFormat delegatePostingsFormat)
public org.apache.lucene.codecs.FieldsConsumer getDelegate()
public void write(org.apache.lucene.index.Fields fields)
throws IOException
write クラス内 org.apache.lucene.codecs.FieldsConsumerIOExceptionpublic void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 org.apache.lucene.codecs.FieldsConsumerIOExceptionCopyright © 2009–2016. All rights reserved.