Class PathQueryNode.QueryText
- java.lang.Object
-
- org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode.QueryText
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- PathQueryNode
public static class PathQueryNode.QueryText extends java.lang.Object implements java.lang.CloneableTerm text with a beginning and end position
-
-
Constructor Summary
Constructors Constructor Description QueryText(java.lang.CharSequence value, int begin, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathQueryNode.QueryTextclone()intgetBegin()intgetEnd()java.lang.CharSequencegetValue()java.lang.StringtoString()
-
-
-
Method Detail
-
clone
public PathQueryNode.QueryText clone() throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
-
getValue
public java.lang.CharSequence getValue()
- Returns:
- the value
-
getBegin
public int getBegin()
- Returns:
- the begin
-
getEnd
public int getEnd()
- Returns:
- the end
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-