Package | Description |
---|---|
org.apache.lucene.queries.intervals |
Intervals queries
|
Modifier and Type | Class and Description |
---|---|
class |
IntervalFilter
Wraps an
IntervalIterator and passes through those intervals that match the IntervalFilter.accept() function |
Modifier and Type | Field and Description |
---|---|
protected IntervalIterator |
IntervalFilter.in |
Modifier and Type | Method and Description |
---|---|
IntervalIterator |
FilteredIntervalsSource.intervals(String field,
LeafReaderContext ctx) |
abstract IntervalIterator |
IntervalsSource.intervals(String field,
LeafReaderContext ctx)
Create an
IntervalIterator exposing the minimum intervals defined by this IntervalsSource
Returns null if no intervals for this field exist in this segment |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
FilteredIntervalsSource.accept(IntervalIterator it) |
Constructor and Description |
---|
IntervalFilter(IntervalIterator in)
Create a new filter
|
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.