Uses of Interface
org.apache.lucene.queries.intervals.IntervalMatchesIterator
Packages that use IntervalMatchesIterator
-
Uses of IntervalMatchesIterator in org.apache.lucene.queries.intervals
Classes in org.apache.lucene.queries.intervals that implement IntervalMatchesIteratorModifier and TypeClassDescription(package private) class(package private) classprivate static class(package private) static classprivate static classFields in org.apache.lucene.queries.intervals with type parameters of type IntervalMatchesIteratorModifier and TypeFieldDescription(package private) final List<? extends IntervalMatchesIterator> ConjunctionMatchesIterator.subs(package private) final List<IntervalMatchesIterator> DisjunctionIntervalsSource.DisjunctionMatchesIterator.subs(package private) List<IntervalMatchesIterator> RepeatingIntervalsSource.DuplicateMatchesIterator.subsMethods in org.apache.lucene.queries.intervals that return IntervalMatchesIteratorModifier and TypeMethodDescription(package private) static IntervalMatchesIteratorIntervalMatches.asMatches(IntervalIterator iterator, IntervalMatchesIterator source, int doc) (package private) static IntervalMatchesIteratorRepeatingIntervalsSource.DuplicateMatchesIterator.build(List<IntervalMatchesIterator> subs) protected IntervalMatchesIteratorConjunctionIntervalsSource.createMatchesIterator(IntervalIterator it, List<IntervalMatchesIterator> subs) Create matches iterator from an advanced and validated interval iterator and a list of matches iterator of all the sub-sourcesprotected IntervalMatchesIteratorContainedByIntervalsSource.createMatchesIterator(IntervalIterator it, List<IntervalMatchesIterator> subs) protected IntervalMatchesIteratorOverlappingIntervalsSource.createMatchesIterator(IntervalIterator it, List<IntervalMatchesIterator> subs) final IntervalMatchesIteratorConjunctionIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) final IntervalMatchesIteratorDifferenceIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) DisjunctionIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) ExtendedIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) FilteredIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) FixedFieldIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) abstract IntervalMatchesIteratorIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) Return aMatchesIteratorover the intervals defined by thisIntervalsSourcefor a given document and fieldMinimizingConjunctionIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) MinimumShouldMatchIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) MultiTermIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) NoMatchIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) OffsetIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) PayloadFilteredTermIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) private IntervalMatchesIteratorRepeatingIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) TermIntervalsSource.matches(String field, LeafReaderContext ctx, int doc) (package private) static IntervalMatchesIteratorMethods in org.apache.lucene.queries.intervals with parameters of type IntervalMatchesIteratorModifier and TypeMethodDescription(package private) static IntervalMatchesIteratorIntervalMatches.asMatches(IntervalIterator iterator, IntervalMatchesIterator source, int doc) (package private) static IntervalIteratorIntervalMatches.wrapMatches(IntervalMatchesIterator mi, int doc) Method parameters in org.apache.lucene.queries.intervals with type arguments of type IntervalMatchesIteratorModifier and TypeMethodDescription(package private) static IntervalMatchesIteratorRepeatingIntervalsSource.DuplicateMatchesIterator.build(List<IntervalMatchesIterator> subs) protected IntervalMatchesIteratorConjunctionIntervalsSource.createMatchesIterator(IntervalIterator it, List<IntervalMatchesIterator> subs) Create matches iterator from an advanced and validated interval iterator and a list of matches iterator of all the sub-sourcesprotected IntervalMatchesIteratorContainedByIntervalsSource.createMatchesIterator(IntervalIterator it, List<IntervalMatchesIterator> subs) protected IntervalMatchesIteratorOverlappingIntervalsSource.createMatchesIterator(IntervalIterator it, List<IntervalMatchesIterator> subs) Constructors in org.apache.lucene.queries.intervals with parameters of type IntervalMatchesIteratorModifierConstructorDescription(package private)Constructor parameters in org.apache.lucene.queries.intervals with type arguments of type IntervalMatchesIteratorModifierConstructorDescription(package private)ConjunctionMatchesIterator(IntervalIterator iterator, List<? extends IntervalMatchesIterator> subs) privateDisjunctionMatchesIterator(DisjunctionIntervalsSource.DisjunctionIntervalIterator it, List<IntervalMatchesIterator> subs) private