|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.solr.client.solrj.response.AnalysisResponseBase.AnalysisPhase
public static class AnalysisResponseBase.AnalysisPhase
A phase in the analysis process. The phase holds the tokens produced in this phase and the name of the class that produced them.
Method Summary | |
---|---|
String |
getClassName()
The name of the class (analyzer, tokenzier, or filter) that produced the token stream for this phase. |
List<AnalysisResponseBase.TokenInfo> |
getTokens()
Returns a list of tokens which represent the token stream produced in this phase. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getClassName()
public List<AnalysisResponseBase.TokenInfo> getTokens()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |