public static class AnalysisResponseBase.AnalysisPhase extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
public String getClassName()
public List<AnalysisResponseBase.TokenInfo> getTokens()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.