Package | Description |
---|---|
org.apache.lucene.search.intervals |
Intervals queries
|
Class and Description |
---|
CachingMatchesIterator |
ConjunctionIntervalIterator |
ConjunctionIntervalsSource |
DifferenceIntervalsSource |
DisiPriorityQueue
A priority queue of DocIdSetIterators that orders by current doc ID.
|
DisiWrapper |
DisjunctionIntervalsSource |
FilteredIntervalsSource
An IntervalsSource that filters the intervals from another IntervalsSource
|
IntervalIterator
A
DocIdSetIterator that also allows iteration over matching
intervals in a document. |
IntervalMatches.State |
IntervalMatchesIterator
An extension of MatchesIterator that allows the gaps from a wrapped
IntervalIterator to be reported.
|
IntervalScoreFunction |
IntervalsSource
A helper class for
IntervalQuery that provides an IntervalIterator
for a given field and segment
Static constructor functions for various different sources can be found in the
Intervals class |
MinimumShouldMatchIntervalsSource.MinimumShouldMatchIntervalIterator |
RelativeIterator |