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) classprivate static classprivate static class(package private) 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<IntervalMatchesIterator> ConjunctionIntervalsSource.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) 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 field Returnsnullif no intervals exist in the given document and fieldMinimumShouldMatchIntervalsSource.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) 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 IntervalMatchesIteratorModifierConstructorDescriptionprivateConjunctionMatchesIterator(IntervalIterator iterator, List<IntervalMatchesIterator> subs) privateDisjunctionMatchesIterator(DisjunctionIntervalsSource.DisjunctionIntervalIterator it, List<IntervalMatchesIterator> subs) private(package private)MinimizingConjunctionMatchesIterator(IntervalIterator iterator, List<IntervalMatchesIterator> subs)