XML Configuration Reference : Search : DynamicFieldSuggest
 
DynamicFieldSuggest
com.exalead.mercury.mami.search.v20.DynamicFieldSuggest
Takes the value from a subset of a dynamic index field to build a suggest.
Parent elements:
com.exalead.mercury.mami.search.v20.SuggestConfig (as SuggestConfig)
Attributes:
Name
Type
Default value
Description
logic
string
The search logic to use
target
string
The search target to use
indexField
string
The index field to retrieve
query
string
#all
The query: may be used as a filter for the exported index data
searchServerInstance
string
The search server instance to target
suggestName
string
The mandatory suggest name. Must match [A-z0-9_]+
whiteListURL
string
URL to a suggest-whitelist resource
blackListURL
string
URL to a suggest-blacklist resource
mode
enum(all, exact, prefix, suffix, regexp)
all
Matching mode. If 'all' is selected, all the content of the index field will be used.
pattern
string
The string to look for.
keepContext
boolean
True
When set to True, the context is kept in suggest entry.
Nested elements:
Name
Type
Description
SuggestBuildConfig
com.exalead.mercury.mami.search.v20.SuggestBuildConfig
Build options
SuggestBuildTrigger
com.exalead.mercury.mami.search.v20.SuggestBuildTrigger
Optional build trigger
SuggestQueryConfig
com.exalead.mercury.mami.search.v20.SuggestQueryConfig