Uses of Class
org.apache.solr.client.solrj.response.AnalysisResponseBase.TokenInfo
Packages that use AnalysisResponseBase.TokenInfo
Package
Description
Convenience classes for dealing with various types of Solr responses.
-
Uses of AnalysisResponseBase.TokenInfo in org.apache.solr.client.solrj.response
Methods in org.apache.solr.client.solrj.response that return AnalysisResponseBase.TokenInfoModifier and TypeMethodDescriptionprotected AnalysisResponseBase.TokenInfoAnalysisResponseBase.buildTokenInfo(NamedList<?> tokenNL) Parses the given named list and builds a token from it.protected AnalysisResponseBase.TokenInfoAnalysisResponseBase.buildTokenInfoFromString(String value) Convert a string value (from CharacterFilter) into a TokenInfo for its value full span.Methods in org.apache.solr.client.solrj.response that return types with arguments of type AnalysisResponseBase.TokenInfoModifier and TypeMethodDescriptionAnalysisResponseBase.AnalysisPhase.getTokens()Returns a list of tokens which represent the token stream produced in this phase.