public final class BloomFilterPostingsFormat.BloomFilteredFieldsProducer
extends org.apache.lucene.codecs.FieldsProducer
| コンストラクタと説明 |
|---|
BloomFilteredFieldsProducer(org.apache.lucene.index.SegmentReadState state) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
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 インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 org.apache.lucene.codecs.FieldsProducerIOExceptionpublic org.apache.lucene.index.Terms terms(String field) throws IOException
terms クラス内 org.apache.lucene.index.FieldsIOExceptionpublic int size()
size クラス内 org.apache.lucene.index.Fieldspublic long ramBytesUsed()
public Collection<org.apache.lucene.util.Accountable> getChildResources()
public void checkIntegrity()
throws IOException
checkIntegrity クラス内 org.apache.lucene.codecs.FieldsProducerIOExceptionpublic org.apache.lucene.codecs.FieldsProducer getMergeInstance()
throws IOException
getMergeInstance クラス内 org.apache.lucene.codecs.FieldsProducerIOExceptionCopyright © 2009–2016. All rights reserved.