org.apache.lucene.codecs.bloom
Class BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
java.lang.Object
org.apache.lucene.index.Fields
org.apache.lucene.codecs.FieldsProducer
org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
- All Implemented Interfaces:
- Closeable, Iterable<String>
- Enclosing class:
- BloomFilteringPostingsFormat
public class BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
- extends FieldsProducer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer
public BloomFilteringPostingsFormat.BloomFilteredFieldsProducer(SegmentReadState state)
throws IOException
- Throws:
IOException
iterator
public Iterator<String> iterator()
- Specified by:
iterator in interface Iterable<String>- Specified by:
iterator in class Fields
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Specified by:
close in class FieldsProducer
- Throws:
IOException
terms
public Terms terms(String field)
throws IOException
- Specified by:
terms in class Fields
- Throws:
IOException
size
public int size()
- Specified by:
size in class Fields
getUniqueTermCount
public long getUniqueTermCount()
throws IOException
- Overrides:
getUniqueTermCount in class Fields
- Throws:
IOException
ramBytesUsed
public long ramBytesUsed()
- Specified by:
ramBytesUsed in class FieldsProducer
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.