public final class BloomFilterPostingsFormat.BloomFilteredFieldsProducer
extends org.apache.lucene.codecs.FieldsProducer
| Constructor and Description |
|---|
BloomFilteredFieldsProducer(org.apache.lucene.index.SegmentReadState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIntegrity() |
void |
close() |
long |
getUniqueTermCount() |
Iterator<String> |
iterator() |
long |
ramBytesUsed() |
int |
size() |
org.apache.lucene.index.Terms |
terms(String field) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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 getUniqueTermCount()
throws IOException
getUniqueTermCount in class org.apache.lucene.index.FieldsIOExceptionpublic long ramBytesUsed()
public void checkIntegrity()
throws IOException
checkIntegrity in class org.apache.lucene.codecs.FieldsProducerIOExceptionCopyright © 2009–2016. All rights reserved.