Package | Description |
---|---|
org.apache.solr.client.solrj.response |
Convenience classes for dealing with various types of Solr responses.
|
Modifier and Type | Method and Description |
---|---|
DocumentAnalysisResponse.DocumentAnalysis |
DocumentAnalysisResponse.getDocumentAnalysis(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 |
---|---|
Iterator<Map.Entry<String,DocumentAnalysisResponse.DocumentAnalysis>> |
DocumentAnalysisResponse.iterator()
Returns an iterator over the document analyses map.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.