Class ConjunctionMatchesIterator.SingletonMatchesIterator
- java.lang.Object
-
- org.apache.lucene.search.FilterMatchesIterator
-
- org.apache.lucene.queries.intervals.ConjunctionMatchesIterator.SingletonMatchesIterator
-
- All Implemented Interfaces:
MatchesIterator
- Enclosing class:
- ConjunctionMatchesIterator
static class ConjunctionMatchesIterator.SingletonMatchesIterator extends FilterMatchesIterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
exhausted
-
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 boolean
next()
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:MatchesIterator
Advance the iterator to the next match position- Specified by:
next
in interfaceMatchesIterator
- Overrides:
next
in classFilterMatchesIterator
- Returns:
true
if matches have not been exhausted
-
-