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. |
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 |