public static class ThrowingLeafReaderWrapper.ThrowingTerms extends FilterLeafReader.FilterTerms
in
EMPTY_ARRAY
Constructor and Description |
---|
ThrowingTerms(Terms in,
ThrowingLeafReaderWrapper.Thrower thrower) |
Modifier and Type | Method and Description |
---|---|
TermsEnum |
intersect(org.apache.lucene.util.automaton.CompiledAutomaton automaton,
org.apache.lucene.util.BytesRef bytes) |
TermsEnum |
iterator() |
getDocCount, getStats, getSumDocFreq, getSumTotalTermFreq, hasFreqs, hasOffsets, hasPayloads, hasPositions, size
public ThrowingTerms(Terms in, ThrowingLeafReaderWrapper.Thrower thrower)
public TermsEnum intersect(org.apache.lucene.util.automaton.CompiledAutomaton automaton, org.apache.lucene.util.BytesRef bytes) throws java.io.IOException
public TermsEnum iterator() throws java.io.IOException
iterator
in class FilterLeafReader.FilterTerms
java.io.IOException