public final class BloomFilterPostingsFormat.BloomFilteredFieldsConsumer
extends org.apache.lucene.codecs.FieldsConsumer
| Constructor and Description |
|---|
BloomFilterPostingsFormat.BloomFilteredFieldsConsumer(org.apache.lucene.codecs.FieldsConsumer fieldsConsumer,
org.apache.lucene.index.SegmentWriteState state,
org.apache.lucene.codecs.PostingsFormat delegatePostingsFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.lucene.codecs.FieldsConsumer |
getDelegate() |
void |
write(org.apache.lucene.index.Fields fields) |
public BloomFilterPostingsFormat.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 in class org.apache.lucene.codecs.FieldsConsumerIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.codecs.FieldsConsumerIOExceptionCopyright © 2009–2017. All rights reserved.