| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.request | |
| org.apache.solr.handler | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldAnalysisRequest | FieldAnalysisRequest. addFieldName(String fieldName)Adds the given field name for analysis. | 
| FieldAnalysisRequest | FieldAnalysisRequest. addFieldType(String fieldTypeName)Adds the given field type for analysis. | 
| FieldAnalysisRequest | FieldAnalysisRequest. setFieldNames(List<String> fieldNames)Sets the field names on which the analysis should be performed. | 
| FieldAnalysisRequest | FieldAnalysisRequest. setFieldTypes(List<String> fieldTypes)Sets the field types on which analysis should be performed. | 
| FieldAnalysisRequest | FieldAnalysisRequest. setFieldValue(String fieldValue)Sets the field value to be analyzed. | 
| FieldAnalysisRequest | FieldAnalysisRequest. setQuery(String query)Sets the query to be analyzed. | 
| FieldAnalysisRequest | FieldAnalysisRequest. setShowMatch(boolean showMatch)Sets whether index time tokens that match query time tokens should be marked as a "match". | 
| Modifier and Type | Method and Description | 
|---|---|
| protected NamedList<NamedList> | FieldAnalysisRequestHandler. handleAnalysisRequest(FieldAnalysisRequest request,
                     IndexSchema schema)Handles the resolved analysis request and returns the analysis breakdown response as a named list. |