Class DocumentAnalysisResponse.DocumentAnalysis

java.lang.Object
org.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
All Implemented Interfaces:
Iterable<Map.Entry<String,DocumentAnalysisResponse.FieldAnalysis>>
Enclosing class:
DocumentAnalysisResponse

public static class DocumentAnalysisResponse.DocumentAnalysis extends Object implements Iterable<Map.Entry<String,DocumentAnalysisResponse.FieldAnalysis>>
An analysis process breakdown of a document. Holds a map of field analyses by the field name.