XML Configuration Reference : Search : SpellCheckCommand
 
SpellCheckCommand
com.exalead.mercury.mami.search.v20.SpellCheckCommand
Search API command
Parent elements:
com.exalead.mercury.mami.search.v20.SearchAPIConfig (as SearchAPIConfig)
Attributes:
Name
Type
Default value
Description
defaultLogic
string
Default search logic (can be overriden using API parameters).
defaultTarget
string
Default search target (can be overriden using API parameters).
targetReporting
string
Target reporting to use for the search queries.
customRunnerFactoryClassId
string
maxConcurrentQueries
int
0
The maximum number of concurrent queries processed by the search server. If this limit is reached, incoming queries will be queued. 0 means the number of core of the search server times two.
maxWaitingQueries
int
200
When the maximum number of concurrent queries is reached the queries are put in a queue. This setting configures the maximum length of this queue. When this maximum is reached the query is rejected.
base
string
/search-api
HTTP path for this command
Nested elements:
Name
Type
Description
customRunnerFactoryParams
exa.bee.KeyValue*