Class Wildcard
- java.lang.Object
-
- org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.IntervalFunction
-
- org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.Wildcard
-
public class Wildcard extends IntervalFunction
Node that representsIntervals.wildcard(BytesRef).
-
-
Field Summary
Fields Modifier and Type Field Description private intmaxExpansionsprivate java.lang.Stringwildcard
-
Constructor Summary
Constructors Constructor Description Wildcard(java.lang.String wildcard, int maxExpansions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntervalsSourcetoIntervalSource(java.lang.String field, Analyzer analyzer)java.lang.StringtoString()
-
-
-
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
-
-