| 程序包 | 说明 |
|---|---|
| org.apache.solr.client.solrj.response |
Convenience classes for dealing with various types of Solr responses.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
Iterator<Map.Entry<String,DocumentAnalysisResponse.DocumentAnalysis>> |
DocumentAnalysisResponse.iterator()
Returns an iterator over the document analyses map.
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.