Changed parameter to allow_no_indices

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
Fanit Kolchina 2022-06-03 10:39:27 -04:00
parent c80ab9739a
commit a24669fb49
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ All URL parameters are optional.
Parameter | Type | Description
:--- | :--- | :---
allow_no_indexes | Boolean | Whether to ignore wildcards that dont match any indexes. Default is true.
allow_no_indices | Boolean | Whether to ignore wildcards that dont match any indexes. Default is true.
allow_partial_search_results | Boolean | Whether to return partial results if the request runs into an error or times out. Default is true.
analyzer | String | Analyzer to use in the query string.
analyze_wildcard | Boolean | Whether the update operation should include wildcard and prefix queries in the analysis. Default is false.