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)
.
-
-
Field Summary
Fields Modifier and Type Field Description private IntervalFunction
big
private IntervalFunction
small
-
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(java.lang.String field, Analyzer analyzer)
java.lang.String
toString()
-
-
-
Field Detail
-
big
private final IntervalFunction big
-
small
private final IntervalFunction small
-
-
Constructor Detail
-
ContainedBy
public ContainedBy(IntervalFunction small, IntervalFunction big)
-
-
Method Detail
-
toIntervalSource
public IntervalsSource toIntervalSource(java.lang.String field, Analyzer analyzer)
- Specified by:
toIntervalSource
in classIntervalFunction
-
toString
public java.lang.String toString()
- Specified by:
toString
in classIntervalFunction
-
-