Patch deprecated parameters (#851)
* Updated code generation * API generation * API generation * Updated code generation
This commit is contained in:
committed by
delvedor
parent
cc0dc10c64
commit
597dd28340
@ -1153,9 +1153,6 @@ link:{ref}/docs-delete-by-query.html[Reference]
|
||||
|`index`
|
||||
|`string, string[]` - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|
||||
|
||||
|`type`
|
||||
|`string, string[]` - A comma-separated list of document types to search; leave empty to perform the operation on all types
|
||||
|
||||
|`analyzer`
|
||||
|`string` - The analyzer to use for the query string
|
||||
|
||||
@ -2918,9 +2915,6 @@ link:{ref}/search-multi-search.html[Reference]
|
||||
|`index`
|
||||
|`string, string[]` - A comma-separated list of index names to use as default
|
||||
|
||||
|`type`
|
||||
|`string, string[]` - A comma-separated list of document types to use as default
|
||||
|
||||
|`search_type` or `searchType`
|
||||
|`'query_then_fetch', 'query_and_fetch', 'dfs_query_then_fetch', 'dfs_query_and_fetch'` - Search operation type
|
||||
|
||||
@ -2961,9 +2955,6 @@ link:{ref}/search-multi-search.html[Reference]
|
||||
|`index`
|
||||
|`string, string[]` - A comma-separated list of index names to use as default
|
||||
|
||||
|`type`
|
||||
|`string, string[]` - A comma-separated list of document types to use as default
|
||||
|
||||
|`search_type` or `searchType`
|
||||
|`'query_then_fetch', 'query_and_fetch', 'dfs_query_then_fetch', 'dfs_query_and_fetch'` - Search operation type
|
||||
|
||||
@ -2996,9 +2987,6 @@ link:{ref}/docs-multi-termvectors.html[Reference]
|
||||
|`index`
|
||||
|`string` - The index in which the document resides.
|
||||
|
||||
|`type`
|
||||
|`string` - The type of the document.
|
||||
|
||||
|`ids`
|
||||
|`string, string[]` - A comma-separated list of documents ids. You must define ids as parameter or set "ids" or "docs" in the request body
|
||||
|
||||
@ -3360,9 +3348,6 @@ link:{ref}/search-search.html[Reference]
|
||||
|`index`
|
||||
|`string, string[]` - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|
||||
|
||||
|`type`
|
||||
|`string, string[]` - A comma-separated list of document types to search; leave empty to perform the operation on all types
|
||||
|
||||
|`analyzer`
|
||||
|`string` - The analyzer to use for the query string
|
||||
|
||||
@ -3545,9 +3530,6 @@ link:{ref}/search-template.html[Reference]
|
||||
|`index`
|
||||
|`string, string[]` - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|
||||
|
||||
|`type`
|
||||
|`string, string[]` - A comma-separated list of document types to search; leave empty to perform the operation on all types
|
||||
|
||||
|`ignore_unavailable` or `ignoreUnavailable`
|
||||
|`boolean` - Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
||||
|
||||
@ -3876,9 +3858,6 @@ link:{ref}/docs-termvectors.html[Reference]
|
||||
|`index`
|
||||
|`string` - The index in which the document resides.
|
||||
|
||||
|`type`
|
||||
|`string` - The type of the document.
|
||||
|
||||
|`id`
|
||||
|`string` - The id of the document, when not specified a doc param should be supplied.
|
||||
|
||||
@ -3996,9 +3975,6 @@ link:{ref}/docs-update-by-query.html[Reference]
|
||||
|`index`
|
||||
|`string, string[]` - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|
||||
|
||||
|`type`
|
||||
|`string, string[]` - A comma-separated list of document types to search; leave empty to perform the operation on all types
|
||||
|
||||
|`analyzer`
|
||||
|`string` - The analyzer to use for the query string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user