Class ConjunctionIntervalsSource.SingletonMatchesIterator
- java.lang.Object
-
- org.apache.lucene.search.FilterMatchesIterator
-
- org.apache.lucene.queries.intervals.ConjunctionIntervalsSource.SingletonMatchesIterator
-
- All Implemented Interfaces:
MatchesIterator
- Enclosing class:
- ConjunctionIntervalsSource
static class ConjunctionIntervalsSource.SingletonMatchesIterator extends FilterMatchesIterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanexhausted-
Fields inherited from class org.apache.lucene.search.FilterMatchesIterator
in
-
-
Constructor Summary
Constructors Constructor Description SingletonMatchesIterator(MatchesIterator in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleannext()Advance the iterator to the next match position-
Methods inherited from class org.apache.lucene.search.FilterMatchesIterator
endOffset, endPosition, getQuery, getSubMatches, startOffset, startPosition
-
-
-
-
Constructor Detail
-
SingletonMatchesIterator
SingletonMatchesIterator(MatchesIterator in)
-
-
Method Detail
-
next
public boolean next()
Description copied from interface:MatchesIteratorAdvance the iterator to the next match position- Specified by:
nextin interfaceMatchesIterator- Overrides:
nextin classFilterMatchesIterator- Returns:
trueif matches have not been exhausted
-
-