Module org.apache.lucene.queries
Class FilteredIntervalsSource.MaxGaps
java.lang.Object
org.apache.lucene.queries.intervals.IntervalsSource
org.apache.lucene.queries.intervals.FilteredIntervalsSource
org.apache.lucene.queries.intervals.FilteredIntervalsSource.MaxGaps
- Enclosing class:
- FilteredIntervalsSource
-
Field Summary
FieldsFields inherited from class org.apache.lucene.queries.intervals.FilteredIntervalsSource
in
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maxGaps
private final int maxGaps
-
-
Constructor Details
-
MaxGaps
MaxGaps(IntervalsSource in, int maxGaps)
-
-
Method Details
-
accept
- Specified by:
accept
in classFilteredIntervalsSource
- Returns:
false
if the current interval should be filtered out
-