Package org.apache.lucene.queries.intervals
-
Class Summary Class Description FilteredIntervalsSource An IntervalsSource that filters the intervals from another IntervalsSourceIntervalFilter Wraps anIntervalIteratorand passes through those intervals that match theIntervalFilter.accept()functionIntervalIterator ADocIdSetIteratorthat also allows iteration over matching intervals in a document.IntervalQuery A query that retrieves documents containing intervals returned from anIntervalsSourceStatic constructor functions for various different sources can be found in theIntervalsclass Scores for this query are computed as a function of the sloppy frequency of intervals appearing in a particular document.Intervals Constructor functions forIntervalsSourcetypes These sources implement minimum-interval algorithms taken from the paper Efficient Optimally Lazy Algorithms for Minimal-Interval Semantics By default, sources that are sensitive to internal gaps (e.g.IntervalsSource A helper class forIntervalQuerythat provides anIntervalIteratorfor a given field and segment Static constructor functions for various different sources can be found in theIntervalsclass