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) class
private static class
(package private) static class
private static class
Fields 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.subs
Methods in org.apache.lucene.queries.intervals that return IntervalMatchesIteratorModifier and TypeMethodDescription(package private) static IntervalMatchesIterator
IntervalMatches.asMatches
(IntervalIterator iterator, IntervalMatchesIterator source, int doc) (package private) static IntervalMatchesIterator
RepeatingIntervalsSource.DuplicateMatchesIterator.build
(List<IntervalMatchesIterator> subs) protected IntervalMatchesIterator
ConjunctionIntervalsSource.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 IntervalMatchesIterator
ContainedByIntervalsSource.createMatchesIterator
(IntervalIterator it, List<IntervalMatchesIterator> subs) protected IntervalMatchesIterator
OverlappingIntervalsSource.createMatchesIterator
(IntervalIterator it, List<IntervalMatchesIterator> subs) final IntervalMatchesIterator
ConjunctionIntervalsSource.matches
(String field, LeafReaderContext ctx, int doc) final IntervalMatchesIterator
DifferenceIntervalsSource.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 IntervalMatchesIterator
IntervalsSource.matches
(String field, LeafReaderContext ctx, int doc) Return aMatchesIterator
over the intervals defined by thisIntervalsSource
for 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 IntervalMatchesIterator
RepeatingIntervalsSource.matches
(String field, LeafReaderContext ctx, int doc) TermIntervalsSource.matches
(String field, LeafReaderContext ctx, int doc) (package private) static IntervalMatchesIterator
Methods in org.apache.lucene.queries.intervals with parameters of type IntervalMatchesIteratorModifier and TypeMethodDescription(package private) static IntervalMatchesIterator
IntervalMatches.asMatches
(IntervalIterator iterator, IntervalMatchesIterator source, int doc) (package private) static IntervalIterator
IntervalMatches.wrapMatches
(IntervalMatchesIterator mi, int doc) Method parameters in org.apache.lucene.queries.intervals with type arguments of type IntervalMatchesIteratorModifier and TypeMethodDescription(package private) static IntervalMatchesIterator
RepeatingIntervalsSource.DuplicateMatchesIterator.build
(List<IntervalMatchesIterator> subs) protected IntervalMatchesIterator
ConjunctionIntervalsSource.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 IntervalMatchesIterator
ContainedByIntervalsSource.createMatchesIterator
(IntervalIterator it, List<IntervalMatchesIterator> subs) protected IntervalMatchesIterator
OverlappingIntervalsSource.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) private
DisjunctionMatchesIterator
(DisjunctionIntervalsSource.DisjunctionIntervalIterator it, List<IntervalMatchesIterator> subs) private