| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.response | 
 Convenience classes for dealing with various types of Solr responses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected AnalysisResponseBase.TokenInfo | 
AnalysisResponseBase.buildTokenInfo(NamedList<Object> tokenNL)
Parses the given named list and builds a token infoform it. 
 | 
protected AnalysisResponseBase.TokenInfo | 
AnalysisResponseBase.buildTokenInfoFromString(String value)
Convert a string value (from CharacterFilter) into a TokenInfo for its value full span. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<AnalysisResponseBase.TokenInfo> | 
AnalysisResponseBase.AnalysisPhase.getTokens()
Returns a list of tokens which represent the token stream produced in this phase. 
 | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.