FilteredIntervalsSource
An IntervalsSource that filters the intervals from another IntervalsSource
Create a new FilteredIntervalsSource
Parameters
name
the name of the filter
`in`
the source to filter
Functions
Link copied to clipboard
Create an IntervalIterator exposing the minimum intervals defined by this IntervalsSource
Link copied to clipboard
open override fun matches(field: String, ctx: LeafReaderContext, doc: Int): IntervalMatchesIterator?
Return a IntervalMatchesIterator over the intervals defined by this IntervalsSource for a given document and field
Link copied to clipboard
Expert: return the set of disjunctions that make up this IntervalsSource
Link copied to clipboard
Expert: visit the tree of sources