public class FreqTermsEnum extends FilterableTermsEnum implements Releasable
current, currentDocFreq, currentTotalTermFreq, docsEnumFlag, NOT_FOUND, numDocs| Constructor and Description |
|---|
FreqTermsEnum(org.apache.lucene.index.IndexReader reader,
String field,
boolean needDocFreq,
boolean needTotalTermFreq,
org.apache.lucene.search.Filter filter,
BigArrays bigArrays) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
seekExact(org.apache.lucene.util.BytesRef text) |
docFreq, docs, docsAndPositions, getComparator, getNumDocs, next, ord, seekCeil, seekExact, term, totalTermFreqpublic FreqTermsEnum(org.apache.lucene.index.IndexReader reader,
String field,
boolean needDocFreq,
boolean needTotalTermFreq,
@Nullable
org.apache.lucene.search.Filter filter,
BigArrays bigArrays)
throws IOException
IOExceptionpublic boolean seekExact(org.apache.lucene.util.BytesRef text)
throws IOException
seekExact in class FilterableTermsEnumIOExceptionpublic void close()
throws ElasticsearchException
close in interface AutoCloseableclose in interface ReleasableElasticsearchExceptionCopyright © 2009–2016. All rights reserved.