Uses of Class
org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
Packages that use DocumentAnalysisResponse.DocumentAnalysis
Package
Description
Convenience classes for dealing with various types of Solr responses.
-
Uses of DocumentAnalysisResponse.DocumentAnalysis in org.apache.solr.client.solrj.response
Methods in org.apache.solr.client.solrj.response that return DocumentAnalysisResponse.DocumentAnalysisModifier and TypeMethodDescriptionDocumentAnalysisResponse.getDocumentAnalysis(String documentKey) Returns the document analysis for the document associated with the given unique key (id),nullif no such association exists.Methods in org.apache.solr.client.solrj.response that return types with arguments of type DocumentAnalysisResponse.DocumentAnalysisModifier and TypeMethodDescriptionDocumentAnalysisResponse.iterator()Returns an iterator over the document analyses map.