public final class BloomFilterPostingsFormat.BloomFilteredFieldsProducer
extends org.apache.lucene.codecs.FieldsProducer
| Constructor and Description |
|---|
BloomFilterPostingsFormat.BloomFilteredFieldsProducer(org.apache.lucene.index.SegmentReadState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIntegrity() |
void |
close() |
Collection<org.apache.lucene.util.Accountable> |
getChildResources() |
org.apache.lucene.codecs.FieldsProducer |
getMergeInstance() |
Iterator<String> |
iterator() |
long |
ramBytesUsed() |
int |
size() |
org.apache.lucene.index.Terms |
terms(String field) |
public BloomFilterPostingsFormat.BloomFilteredFieldsProducer(org.apache.lucene.index.SegmentReadState state)
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.codecs.FieldsProducerIOExceptionpublic org.apache.lucene.index.Terms terms(String field) throws IOException
terms in class org.apache.lucene.index.FieldsIOExceptionpublic int size()
size in class org.apache.lucene.index.Fieldspublic long ramBytesUsed()
public Collection<org.apache.lucene.util.Accountable> getChildResources()
public void checkIntegrity()
throws IOException
checkIntegrity in class org.apache.lucene.codecs.FieldsProducerIOExceptionpublic org.apache.lucene.codecs.FieldsProducer getMergeInstance()
throws IOException
getMergeInstance in class org.apache.lucene.codecs.FieldsProducerIOExceptionCopyright © 2009–2017. All rights reserved.