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, totalTermFreq
public FreqTermsEnum(org.apache.lucene.index.IndexReader reader, String field, boolean needDocFreq, boolean needTotalTermFreq, @Nullable org.apache.lucene.search.Filter filter, BigArrays bigArrays) throws IOException
IOException
public boolean seekExact(org.apache.lucene.util.BytesRef text) throws IOException
seekExact
in class FilterableTermsEnum
IOException
public void close() throws ElasticsearchException
close
in interface AutoCloseable
close
in interface Releasable
ElasticsearchException
Copyright © 2009–2015. All rights reserved.