Uses of Class
org.apache.solr.client.solrj.response.AnalysisResponseBase.AnalysisPhase
Packages that use AnalysisResponseBase.AnalysisPhase
Package
Description
Convenience classes for dealing with various types of Solr responses.
-
Uses of AnalysisResponseBase.AnalysisPhase in org.apache.solr.client.solrj.response
Methods in org.apache.solr.client.solrj.response that return types with arguments of type AnalysisResponseBase.AnalysisPhaseModifier and TypeMethodDescriptionprotected List<AnalysisResponseBase.AnalysisPhase> AnalysisResponseBase.buildPhases(NamedList<Object> phaseNL) Parses the given named list and builds a list of analysis phases form it.DocumentAnalysisResponse.FieldAnalysis.getIndexPhases(String fieldValue) Returns the index time analysis phases for the given field value.FieldAnalysisResponse.Analysis.getIndexPhases()Returns the index time analysis phases for this analysis.DocumentAnalysisResponse.FieldAnalysis.getIndexPhasesByFieldValue()Returns the index time analysis phases for all field values.DocumentAnalysisResponse.FieldAnalysis.getQueryPhases()Returns the query time analysis phases for the field ornullif this field doesn't hold a query time analysis.FieldAnalysisResponse.Analysis.getQueryPhases()Returns the query time analysis phases for this analysis ornullif query time analysis doesn't exist.Method parameters in org.apache.solr.client.solrj.response with type arguments of type AnalysisResponseBase.AnalysisPhaseModifier and TypeMethodDescriptionvoidDocumentAnalysisResponse.FieldAnalysis.setIndexPhases(String fieldValue, List<AnalysisResponseBase.AnalysisPhase> indexPhases) voidDocumentAnalysisResponse.FieldAnalysis.setQueryPhases(List<AnalysisResponseBase.AnalysisPhase> queryPhases)