public static class AnalysisResponseBase.TokenInfo extends Object
Modifier and Type | Method and Description |
---|---|
int |
getEnd()
Returns the end position of this token within the text it was originally extracted from.
|
int |
getPosition()
Returns the position of this token within the produced token stream.
|
String |
getRawText()
Returns the raw text of the token.
|
int |
getStart()
Returns the start position of this token within the text it was originally extracted from.
|
String |
getText()
Returns the text of the token.
|
String |
getType()
Returns the type of the token.
|
boolean |
isMatch()
Returns whether this token matches one of the query tokens (if query analysis is performed).
|
public String getText()
public String getRawText()
null
if the token is indexed as is.public String getType()
word
or <ALPHANUM>
, but it really
depends on the tokenizer and filters that are used.public int getStart()
public int getEnd()
public int getPosition()
public boolean isMatch()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.