Uses of Class
org.apache.solr.client.solrj.response.FieldAnalysisResponse.Analysis
Packages that use FieldAnalysisResponse.Analysis
Package
Description
Convenience classes for dealing with various types of Solr responses.
-
Uses of FieldAnalysisResponse.Analysis in org.apache.solr.client.solrj.response
Methods in org.apache.solr.client.solrj.response that return FieldAnalysisResponse.AnalysisModifier and TypeMethodDescriptionFieldAnalysisResponse.getFieldNameAnalysis(String fieldName) Returns the analysis for the given field name ornullif no such analysis exists.FieldAnalysisResponse.getFieldTypeAnalysis(String fieldTypeName) Returns the analysis for the given field type ornullif no such analysis exists.Methods in org.apache.solr.client.solrj.response that return types with arguments of type FieldAnalysisResponse.AnalysisModifier and TypeMethodDescriptionFieldAnalysisResponse.getAllFieldNameAnalysis()Returns all field name analyzed with their associated field names.FieldAnalysisResponse.getAllFieldTypeAnalysis()Returns all field type analyses with their associated field types.