Class Phrase
- java.lang.Object
-
- org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.IntervalFunction
-
- org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.Phrase
-
public class Phrase extends IntervalFunction
Node that representsIntervals.phrase(String...).
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<IntervalFunction>sources
-
Constructor Summary
Constructors Constructor Description Phrase(java.util.List<IntervalFunction> sources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntervalsSourcetoIntervalSource(java.lang.String field, Analyzer analyzer)java.lang.StringtoString()
-
-
-
Field Detail
-
sources
private final java.util.List<IntervalFunction> sources
-
-
Constructor Detail
-
Phrase
public Phrase(java.util.List<IntervalFunction> sources)
-
-
Method Detail
-
toIntervalSource
public IntervalsSource toIntervalSource(java.lang.String field, Analyzer analyzer)
- Specified by:
toIntervalSourcein classIntervalFunction
-
toString
public java.lang.String toString()
- Specified by:
toStringin classIntervalFunction
-
-