| Package | Description |
|---|---|
| org.apache.solr.client.solrj.response |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,DocumentAnalysisResponse.DocumentAnalysis> |
DocumentAnalysisResponse.documentAnalysisByKey |
| Modifier and Type | Method and Description |
|---|---|
DocumentAnalysisResponse.DocumentAnalysis |
DocumentAnalysisResponse.getDocumentAnalysis(java.lang.String documentKey)
Returns the document analysis for the document associated with the given unique key (id),
null if no such
association exists. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.util.Map.Entry<java.lang.String,DocumentAnalysisResponse.DocumentAnalysis>> |
DocumentAnalysisResponse.iterator()
Returns an iterator over the document analyses map.
|