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.DisjunctionIntervalIterator
DisjunctionIntervalsSource.DisjunctionMatchesIterator.it
The field for theit
record component.Methods in org.apache.lucene.queries.intervals that return DisjunctionIntervalsSource.DisjunctionIntervalIteratorModifier and TypeMethodDescriptionDisjunctionIntervalsSource.DisjunctionMatchesIterator.it()
Returns the value of theit
record component.Constructors in org.apache.lucene.queries.intervals with parameters of type DisjunctionIntervalsSource.DisjunctionIntervalIteratorModifierConstructorDescriptionprivate
DisjunctionMatchesIterator
(DisjunctionIntervalsSource.DisjunctionIntervalIterator it, List<IntervalMatchesIterator> subs) Creates an instance of aDisjunctionMatchesIterator
record class.