Package org.elasticsearch.test.engine
Class ThrowingLeafReaderWrapper.ThrowingTerms
java.lang.Object
org.apache.lucene.index.Terms
org.apache.lucene.index.FilterLeafReader.FilterTerms
org.elasticsearch.test.engine.ThrowingLeafReaderWrapper.ThrowingTerms
- Enclosing class:
ThrowingLeafReaderWrapper
public static class ThrowingLeafReaderWrapper.ThrowingTerms
extends org.apache.lucene.index.FilterLeafReader.FilterTerms
Wraps a Terms but with additional asserts
-
Field Summary
Fields inherited from class org.apache.lucene.index.FilterLeafReader.FilterTerms
inFields inherited from class org.apache.lucene.index.Terms
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionThrowingTerms(org.apache.lucene.index.Terms in, ThrowingLeafReaderWrapper.Thrower thrower) -
Method Summary
Methods inherited from class org.apache.lucene.index.FilterLeafReader.FilterTerms
getDocCount, getStats, getSumDocFreq, getSumTotalTermFreq, hasFreqs, hasOffsets, hasPayloads, hasPositions, sizeMethods inherited from class org.apache.lucene.index.Terms
getMax, getMin, getTerms
-
Constructor Details
-
ThrowingTerms
-
-
Method Details
-
intersect
public org.apache.lucene.index.TermsEnum intersect(org.apache.lucene.util.automaton.CompiledAutomaton automaton, org.apache.lucene.util.BytesRef bytes) throws IOException - Overrides:
intersectin classorg.apache.lucene.index.Terms- Throws:
IOException
-
iterator
- Overrides:
iteratorin classorg.apache.lucene.index.FilterLeafReader.FilterTerms- Throws:
IOException
-