Package | Description |
---|---|
org.apache.lucene.queries.intervals |
Intervals queries
|
Modifier and Type | Method and Description |
---|---|
IntervalMatchesIterator |
FilteredIntervalsSource.matches(String field,
LeafReaderContext ctx,
int doc) |
abstract IntervalMatchesIterator |
IntervalsSource.matches(String field,
LeafReaderContext ctx,
int doc)
Return a
MatchesIterator over the intervals defined by this IntervalsSource for a
given document and field
Returns null if no intervals exist in the given document and field |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.