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