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