public static class ThrowingLeafReaderWrapper.ThrowingTerms
extends org.apache.lucene.index.FilterLeafReader.FilterTerms
Constructor and Description |
---|
ThrowingTerms(org.apache.lucene.index.Terms in,
ThrowingLeafReaderWrapper.Thrower thrower) |
Modifier and Type | Method and 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() |
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