public class BloomFilteringPostingsFormat.BloomFilteredFieldsProducer extends FieldsProducer
EMPTY_ARRAY| Constructor and Description |
|---|
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer(SegmentReadState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getUniqueTermCount() |
Iterator<String> |
iterator() |
long |
ramBytesUsed() |
int |
size() |
Terms |
terms(String field) |
public BloomFilteringPostingsFormat.BloomFilteredFieldsProducer(SegmentReadState state) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in class FieldsProducerIOExceptionpublic Terms terms(String field) throws IOException
terms in class FieldsIOExceptionpublic long getUniqueTermCount()
throws IOException
getUniqueTermCount in class FieldsIOExceptionpublic long ramBytesUsed()
ramBytesUsed in class FieldsProducerCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.