Uses of Class
org.apache.lucene.queries.intervals.DisjunctionIntervalsSource.DisjunctionIntervalIterator
Packages that use DisjunctionIntervalsSource.DisjunctionIntervalIterator
-
Uses of DisjunctionIntervalsSource.DisjunctionIntervalIterator in org.apache.lucene.queries.intervals
Fields in org.apache.lucene.queries.intervals declared as DisjunctionIntervalsSource.DisjunctionIntervalIteratorModifier and TypeFieldDescriptionprivate final DisjunctionIntervalsSource.DisjunctionIntervalIteratorDisjunctionIntervalsSource.DisjunctionMatchesIterator.itThe field for theitrecord component.Methods in org.apache.lucene.queries.intervals that return DisjunctionIntervalsSource.DisjunctionIntervalIteratorModifier and TypeMethodDescriptionDisjunctionIntervalsSource.DisjunctionMatchesIterator.it()Returns the value of theitrecord component.Constructors in org.apache.lucene.queries.intervals with parameters of type DisjunctionIntervalsSource.DisjunctionIntervalIteratorModifierConstructorDescriptionprivateDisjunctionMatchesIterator(DisjunctionIntervalsSource.DisjunctionIntervalIterator it, List<IntervalMatchesIterator> subs) Creates an instance of aDisjunctionMatchesIteratorrecord class.