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