Uses of Class
org.apache.lucene.queries.intervals.CachingMatchesIterator
-
Packages that use CachingMatchesIterator Package Description org.apache.lucene.queries.intervals Intervals queries -
-
Uses of CachingMatchesIterator in org.apache.lucene.queries.intervals
Fields in org.apache.lucene.queries.intervals with type parameters of type CachingMatchesIterator Modifier and Type Field Description (package private) java.util.Map<IntervalIterator,CachingMatchesIterator>
MinimumShouldMatchIntervalsSource.MinimumMatchesIterator. lookup
Method parameters in org.apache.lucene.queries.intervals with type arguments of type CachingMatchesIterator Modifier and Type Method Description (package private) static MinimizingConjunctionIntervalsSource.MatchCallback
MinimizingConjunctionIntervalsSource. cacheIterators(java.util.Collection<CachingMatchesIterator> its)
Constructor parameters in org.apache.lucene.queries.intervals with type arguments of type CachingMatchesIterator Constructor Description MinimumMatchesIterator(MinimumShouldMatchIntervalsSource.MinimumShouldMatchIntervalIterator iterator, java.util.Map<IntervalIterator,CachingMatchesIterator> lookup)
-