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 |
Name | Type | Description |
---|---|---|
customRunnerFactoryParams | exa.bee.KeyValue* |