| 程序包 | 说明 |
|---|---|
| org.apache.solr.client.solrj.response |
Convenience classes for dealing with various types of Solr responses.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<AnalysisResponseBase.TokenInfo> |
AnalysisResponseBase.AnalysisPhase.getTokens()
Returns a list of tokens which represent the token stream produced in this phase.
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.