public static class AnalysisResponseBase.AnalysisPhase extends Object
| Modifier and Type | Method and Description | 
|---|---|
| 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 © 2000-2020 Apache Software Foundation. All Rights Reserved.