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
-
Field Summary
FieldsFields inherited from class org.apache.lucene.search.FilterMatchesIterator
in
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.search.FilterMatchesIterator
endOffset, endPosition, getQuery, getSubMatches, startOffset, startPosition
-
Field Details
-
exhausted
boolean exhausted
-
-
Constructor Details
-
SingletonMatchesIterator
SingletonMatchesIterator(MatchesIterator in)
-
-
Method Details
-
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
-