Package org.apache.solr.common.params
Interface AnalysisParams
- 
 public interface AnalysisParamsDefines the request parameters used by all analysis request handlers.- Since:
- solr 1.4
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringFIELD_NAMEHolds the value of the field which should be analyzed.static StringFIELD_TYPEHolds a comma-separated list of field types that the analysis should be peformed for.static StringFIELD_VALUEHolds a comma-separated list of field named that the analysis should be performed for.static StringPREFIXThe prefix for all parameters.static StringQUERYHolds the query to be analyzed.static StringSHOW_MATCHSet totrueto indicate that the index tokens that match query tokens should be marked as "matched".
 
- 
- 
- 
Field Detail- 
PREFIXstatic final String PREFIX The prefix for all parameters.- See Also:
- Constant Field Values
 
 - 
QUERYstatic final String QUERY Holds the query to be analyzed.- See Also:
- Constant Field Values
 
 - 
SHOW_MATCHstatic final String SHOW_MATCH Set totrueto indicate that the index tokens that match query tokens should be marked as "matched".- See Also:
- Constant Field Values
 
 - 
FIELD_NAMEstatic final String FIELD_NAME Holds the value of the field which should be analyzed.- See Also:
- Constant Field Values
 
 - 
FIELD_TYPEstatic final String FIELD_TYPE Holds a comma-separated list of field types that the analysis should be peformed for.- See Also:
- Constant Field Values
 
 - 
FIELD_VALUEstatic final String FIELD_VALUE Holds a comma-separated list of field named that the analysis should be performed for.- See Also:
- Constant Field Values
 
 
- 
 
-