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