Merge pull request #635 from opensearch-project/Fix633-search-and-msearch-parameters

Changed parameter to allow_no_indices
This commit is contained in:
Naarcha-AWS 2022-06-06 13:18:45 -05:00 committed by GitHub
commit 9e930a9c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.