public interface AnalysisParams
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD_NAME
Holds the value of the field which should be analyzed.
|
static java.lang.String |
FIELD_TYPE
Holds a comma-separated list of field types that the analysis should be peformed for.
|
static java.lang.String |
FIELD_VALUE
Hodls a comma-separated list of field named that the analysis should be performed for.
|
static java.lang.String |
PREFIX
The prefix for all parameters.
|
static java.lang.String |
QUERY
Holds the query to be analyzed.
|
static java.lang.String |
SHOW_MATCH
Set to
true to indicate that the index tokens that match query tokens should be marked as "mateched". |
static final java.lang.String PREFIX
static final java.lang.String QUERY
static final java.lang.String SHOW_MATCH
true
to indicate that the index tokens that match query tokens should be marked as "mateched".static final java.lang.String FIELD_NAME
static final java.lang.String FIELD_TYPE
static final java.lang.String FIELD_VALUE