[[reference-indices-reload_search_analyzers]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// [discrete] === client.indices.reloadSearchAnalyzers Reloads an index's search analyzers and their resources. {ref}/indices-reload-analyzers.html[{es} documentation] [discrete] ==== Function signature [source,ts] ---- (IndicesReloadSearchAnalyzersRequest, options?): Promise ---- [discrete] ===== `IndicesReloadSearchAnalyzersRequest` [source,ts] ---- interface IndicesReloadSearchAnalyzersRequest extends <> { index: <> allow_no_indices?: boolean expand_wildcards?: <> ignore_unavailable?: boolean } ---- [discrete] ===== `IndicesReloadSearchAnalyzersResponse` [source,ts] ---- type IndicesReloadSearchAnalyzersResponse = IndicesReloadSearchAnalyzersReloadResult ----