Uses of Class
org.apache.solr.client.solrj.request.FieldAnalysisRequest
Packages that use FieldAnalysisRequest
Package
Description
Convenience classes for dealing with various types of Solr requests.
-
Uses of FieldAnalysisRequest in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return FieldAnalysisRequestModifier and TypeMethodDescriptionFieldAnalysisRequest.addFieldName(String fieldName) Adds the given field name for analysis.FieldAnalysisRequest.addFieldType(String fieldTypeName) Adds the given field type for analysis.FieldAnalysisRequest.setFieldNames(List<String> fieldNames) Sets the field names on which the analysis should be performed.FieldAnalysisRequest.setFieldTypes(List<String> fieldTypes) Sets the field types on which analysis should be performed.FieldAnalysisRequest.setFieldValue(String fieldValue) Sets the field value to be analyzed.Sets the query to be analyzed.FieldAnalysisRequest.setShowMatch(boolean showMatch) Sets whether index time tokens that match query time tokens should be marked as a "match".