Class NotWithin
- java.lang.Object
-
- org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.IntervalFunction
-
- org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.NotWithin
-
public class NotWithin extends IntervalFunction
Node that representsIntervals.notWithin(IntervalsSource, int, IntervalsSource)
.
-
-
Constructor Summary
Constructors Constructor Description NotWithin(IntervalFunction minuend, int positions, IntervalFunction subtrahend)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntervalsSource
toIntervalSource(String field, Analyzer analyzer)
String
toString()
-
-
-
Constructor Detail
-
NotWithin
public NotWithin(IntervalFunction minuend, int positions, IntervalFunction subtrahend)
-
-
Method Detail
-
toIntervalSource
public IntervalsSource toIntervalSource(String field, Analyzer analyzer)
- Specified by:
toIntervalSource
in classIntervalFunction
-
toString
public String toString()
- Specified by:
toString
in classIntervalFunction
-
-