Class DocumentAnalysisResponse

All Implemented Interfaces:
Serializable, Iterable<Map.Entry<String,DocumentAnalysisResponse.DocumentAnalysis>>, MapSerializable, MapWriter, NavigableObject, org.noggit.JSONWriter.Writable

public class DocumentAnalysisResponse extends AnalysisResponseBase implements Iterable<Map.Entry<String,DocumentAnalysisResponse.DocumentAnalysis>>
A response that is returned by processing the DocumentAnalysisRequest. Holds a map of DocumentAnalysisResponse.DocumentAnalysis objects by a document id (unique key).
Since:
solr 1.4
See Also: