| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.solr.client.solrj.response.DocumentAnalysisResponse.DocumentAnalysis
public static class DocumentAnalysisResponse.DocumentAnalysis
An analysis process breakdown of a document. Holds a map of field analyses by the field name.
| Method Summary | |
|---|---|
 String | 
getDocumentKey()
Returns the unique key of the analyzed document.  | 
 int | 
getFieldAnalysesCount()
Returns the number of field analyses for the documents.  | 
 DocumentAnalysisResponse.FieldAnalysis | 
getFieldAnalysis(String fieldName)
 | 
 Iterator<Map.Entry<String,DocumentAnalysisResponse.FieldAnalysis>> | 
iterator()
Returns an iterator over the field analyses map.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public String getDocumentKey()
public int getFieldAnalysesCount()
public DocumentAnalysisResponse.FieldAnalysis getFieldAnalysis(String fieldName)
public Iterator<Map.Entry<String,DocumentAnalysisResponse.FieldAnalysis>> iterator()
iterator in interface Iterable<Map.Entry<String,DocumentAnalysisResponse.FieldAnalysis>>
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||