public interface SuggesterParams
Modifier and Type | Field and Description |
---|---|
static String |
SUGGEST_ALL_TERMS_REQUIRED
Whether all terms are required or not
|
static String |
SUGGEST_BUILD
Whether to build the index or not.
|
static String |
SUGGEST_BUILD_ALL
Whether to build the index or not for all suggesters in the component.
|
static String |
SUGGEST_CONTEXT_FILTER_QUERY
contextFilterQuery to use for filtering the result of the suggestion
|
static String |
SUGGEST_COUNT
The count of suggestions to return for each query term not in the index and/or dictionary.
|
static String |
SUGGEST_DICT
The name of the dictionary to be used for giving the suggestion for a
request.
|
static String |
SUGGEST_HIGHLIGHT
Whether keyword should be highlighted in result or not
|
static String |
SUGGEST_PREFIX |
static String |
SUGGEST_Q
Use the value for this parameter as the query to spell check.
|
static String |
SUGGEST_RELOAD
Whether to reload the index.
|
static String |
SUGGEST_RELOAD_ALL
Whether to reload the index or not for all suggesters in the component.
|
static final String SUGGEST_PREFIX
static final String SUGGEST_DICT
static final String SUGGEST_COUNT
If this parameter is absent in the request then only one suggestion is returned. If it is more than one then a maximum of given suggestions are returned for each token in the query.
static final String SUGGEST_Q
This parameter is optional. If absent, then the q parameter is used.
static final String SUGGEST_BUILD
static final String SUGGEST_BUILD_ALL
static final String SUGGEST_RELOAD
static final String SUGGEST_RELOAD_ALL
static final String SUGGEST_CONTEXT_FILTER_QUERY
static final String SUGGEST_HIGHLIGHT
static final String SUGGEST_ALL_TERMS_REQUIRED
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.