Package org.apache.solr.common.params
Interface AnalysisParams
public interface AnalysisParams
Defines the request parameters used by all analysis request handlers.
- Since:
- solr 1.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringHolds the value of the field which should be analyzed.static final StringHolds a comma-separated list of field types that the analysis should be peformed for.static final StringHolds a comma-separated list of field named that the analysis should be performed for.static final StringThe prefix for all parameters.static final StringHolds the query to be analyzed.static final StringSet totrueto indicate that the index tokens that match query tokens should be marked as "matched".
-
Field Details
-
PREFIX
The prefix for all parameters.- See Also:
-
QUERY
Holds the query to be analyzed.- See Also:
-
SHOW_MATCH
Set totrueto indicate that the index tokens that match query tokens should be marked as "matched".- See Also:
-
FIELD_NAME
Holds the value of the field which should be analyzed.- See Also:
-
FIELD_TYPE
Holds a comma-separated list of field types that the analysis should be peformed for.- See Also:
-
FIELD_VALUE
Holds a comma-separated list of field named that the analysis should be performed for.- See Also:
-