| Package | Description |
|---|---|
| org.apache.lucene.search.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 |
|---|---|
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 |
| Constructor and Description |
|---|
IntervalFilter(IntervalIterator in)
Create a new filter
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.