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