Class AnalyzedText
- java.lang.Object
-
- org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.IntervalFunction
-
- org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.AnalyzedText
-
public class AnalyzedText extends IntervalFunction
Node that representsIntervals.analyzedText(String, Analyzer, String, int, boolean)
.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
term
-
Constructor Summary
Constructors Constructor Description AnalyzedText(java.lang.String term)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static boolean
requiresQuotes(java.lang.String term)
IntervalsSource
toIntervalSource(java.lang.String field, Analyzer analyzer)
java.lang.String
toString()
-
-
-
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
-
requiresQuotes
static boolean requiresQuotes(java.lang.String term)
-
-