Uses of Interface
org.apache.lucene.queries.intervals.MinimizingConjunctionIntervalsSource.MatchCallback
Packages that use MinimizingConjunctionIntervalsSource.MatchCallback
-
Uses of MinimizingConjunctionIntervalsSource.MatchCallback in org.apache.lucene.queries.intervals
Fields in org.apache.lucene.queries.intervals declared as MinimizingConjunctionIntervalsSource.MatchCallbackModifier and TypeFieldDescriptionstatic final MinimizingConjunctionIntervalsSource.MatchCallback
MinimizingConjunctionIntervalsSource.MatchCallback.NO_OP
private final MinimizingConjunctionIntervalsSource.MatchCallback
MinimumShouldMatchIntervalsSource.MinimumShouldMatchIntervalIterator.onMatch
(package private) final MinimizingConjunctionIntervalsSource.MatchCallback
OrderedIntervalsSource.OrderedIntervalIterator.onMatch
private final MinimizingConjunctionIntervalsSource.MatchCallback
UnorderedIntervalsSource.UnorderedIntervalIterator.onMatch
Methods in org.apache.lucene.queries.intervals that return MinimizingConjunctionIntervalsSource.MatchCallbackModifier and TypeMethodDescription(package private) static MinimizingConjunctionIntervalsSource.MatchCallback
MinimizingConjunctionIntervalsSource.cacheIterators
(Collection<CachingMatchesIterator> its) Methods in org.apache.lucene.queries.intervals with parameters of type MinimizingConjunctionIntervalsSource.MatchCallbackModifier and TypeMethodDescriptionprotected abstract IntervalIterator
MinimizingConjunctionIntervalsSource.combine
(List<IntervalIterator> iterators, MinimizingConjunctionIntervalsSource.MatchCallback onMatch) protected IntervalIterator
OrderedIntervalsSource.combine
(List<IntervalIterator> iterators, MinimizingConjunctionIntervalsSource.MatchCallback onMatch) protected IntervalIterator
UnorderedIntervalsSource.combine
(List<IntervalIterator> iterators, MinimizingConjunctionIntervalsSource.MatchCallback onMatch) Constructors in org.apache.lucene.queries.intervals with parameters of type MinimizingConjunctionIntervalsSource.MatchCallbackModifierConstructorDescription(package private)
MinimumShouldMatchIntervalIterator
(Collection<IntervalIterator> subs, int minShouldMatch, MinimizingConjunctionIntervalsSource.MatchCallback onMatch) private
OrderedIntervalIterator
(List<IntervalIterator> subIntervals, MinimizingConjunctionIntervalsSource.MatchCallback onMatch) (package private)
UnorderedIntervalIterator
(List<IntervalIterator> subIterators, MinimizingConjunctionIntervalsSource.MatchCallback onMatch)