| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.response | 
 Convenience classes for dealing with various types of Solr responses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FieldAnalysisResponse.Analysis | 
FieldAnalysisResponse.getFieldNameAnalysis(String fieldName)
Returns the analysis for the given field name or  
null if no such analysis exists. | 
FieldAnalysisResponse.Analysis | 
FieldAnalysisResponse.getFieldTypeAnalysis(String fieldTypeName)
Returns the analysis for the given field type or  
null if no such analysis exists. | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Map.Entry<String,FieldAnalysisResponse.Analysis>> | 
FieldAnalysisResponse.getAllFieldNameAnalysis()
Returns all field name analysese with their associated field names. 
 | 
Iterable<Map.Entry<String,FieldAnalysisResponse.Analysis>> | 
FieldAnalysisResponse.getAllFieldTypeAnalysis()
Returns all field type analyses with their associated field types. 
 | 
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.