Class QueryToken
- java.lang.Object
-
- com.atlassian.confluence.search.contentnames.QueryToken
-
public class QueryToken extends Object
A token emitted from tokenization performed byQueryTokenizer
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueryToken.Type
-
Constructor Summary
Constructors Constructor Description QueryToken(String text, QueryToken.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getText()
QueryToken.Type
getType()
int
hashCode()
void
setType(QueryToken.Type type)
-
-
-
Constructor Detail
-
QueryToken
public QueryToken(String text, QueryToken.Type type)
-
-
Method Detail
-
getText
public String getText()
-
getType
public QueryToken.Type getType()
-
setType
public void setType(QueryToken.Type type)
-
-