Class NotWithin
java.lang.Object
org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.IntervalFunction
org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.NotWithin
Node that represents
Intervals.notWithin(IntervalsSource, int, IntervalsSource)
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IntervalFunction
private final int
private final IntervalFunction
-
Constructor Summary
ConstructorsConstructorDescriptionNotWithin
(IntervalFunction minuend, int positions, IntervalFunction subtrahend) -
Method Summary
-
Field Details
-
positions
private final int positions -
minuend
-
subtrahend
-
-
Constructor Details
-
NotWithin
-
-
Method Details
-
toIntervalSource
- Specified by:
toIntervalSource
in classIntervalFunction
-
toString
- Specified by:
toString
in classIntervalFunction
-