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.MatchCallbackMinimizingConjunctionIntervalsSource.MatchCallback.NO_OPprivate final MinimizingConjunctionIntervalsSource.MatchCallbackMinimumShouldMatchIntervalsSource.MinimumShouldMatchIntervalIterator.onMatch(package private) final MinimizingConjunctionIntervalsSource.MatchCallbackOrderedIntervalsSource.OrderedIntervalIterator.onMatchprivate final MinimizingConjunctionIntervalsSource.MatchCallbackUnorderedIntervalsSource.UnorderedIntervalIterator.onMatchMethods in org.apache.lucene.queries.intervals that return MinimizingConjunctionIntervalsSource.MatchCallbackModifier and TypeMethodDescription(package private) static MinimizingConjunctionIntervalsSource.MatchCallbackMinimizingConjunctionIntervalsSource.cacheIterators(Collection<CachingMatchesIterator> its) Methods in org.apache.lucene.queries.intervals with parameters of type MinimizingConjunctionIntervalsSource.MatchCallbackModifier and TypeMethodDescriptionprotected abstract IntervalIteratorMinimizingConjunctionIntervalsSource.combine(List<IntervalIterator> iterators, MinimizingConjunctionIntervalsSource.MatchCallback onMatch) protected IntervalIteratorOrderedIntervalsSource.combine(List<IntervalIterator> iterators, MinimizingConjunctionIntervalsSource.MatchCallback onMatch) protected IntervalIteratorUnorderedIntervalsSource.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) privateOrderedIntervalIterator(List<IntervalIterator> subIntervals, MinimizingConjunctionIntervalsSource.MatchCallback onMatch) (package private)UnorderedIntervalIterator(List<IntervalIterator> subIterators, MinimizingConjunctionIntervalsSource.MatchCallback onMatch)