|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnalysisParams
Defines the request parameters used by all analysis request handlers.
Field Summary | |
---|---|
static String |
FIELD_NAME
Holds the value of the field which should be analyzed. |
static String |
FIELD_TYPE
Holds a comma-separated list of field types that the analysis should be peformed for. |
static String |
FIELD_VALUE
Hodls a comma-separated list of field named that the analysis should be performed for. |
static String |
PREFIX
The prefix for all parameters. |
static String |
QUERY
Holds the query to be analyzed. |
static String |
SHOW_MATCH
Set to true to indicate that the index tokens that match query tokens should be marked as "mateched". |
Field Detail |
---|
static final String PREFIX
static final String QUERY
static final String SHOW_MATCH
true
to indicate that the index tokens that match query tokens should be marked as "mateched".
static final String FIELD_NAME
static final String FIELD_TYPE
static final String FIELD_VALUE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |