Class Within
- java.lang.Object
-
- org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.IntervalFunction
-
- org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.Within
-
public class Within extends IntervalFunction
Node that representsIntervals.within(IntervalsSource, int, IntervalsSource)
.
-
-
Field Summary
Fields Modifier and Type Field Description private int
positions
private IntervalFunction
reference
private IntervalFunction
source
-
Constructor Summary
Constructors Constructor Description Within(IntervalFunction source, int positions, IntervalFunction reference)
-
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
-
positions
private final int positions
-
source
private final IntervalFunction source
-
reference
private final IntervalFunction reference
-
-
Constructor Detail
-
Within
public Within(IntervalFunction source, int positions, IntervalFunction reference)
-
-
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
-
-