[[reference-shared-types-search_application]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || 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 || || || || || || || =========================================================================================================================== //////// == Shared SearchApplication types [discrete] [[SearchApplicationAnalyticsCollection]] === SearchApplicationAnalyticsCollection [pass] ++++
++++
interface SearchApplicationAnalyticsCollection {
  pass:[/**] @property event_data_stream Data stream for the collection. */
  event_data_stream: <>
}
[pass]
++++
++++ [discrete] [[SearchApplicationEventDataStream]] === SearchApplicationEventDataStream [pass] ++++
++++
interface SearchApplicationEventDataStream {
  name: <>
}
[pass]
++++
++++ [discrete] [[SearchApplicationSearchApplication]] === SearchApplicationSearchApplication [pass] ++++
++++
interface SearchApplicationSearchApplication {
  pass:[/**] @property name Search Application name. */
  name: <>
  pass:[/**] @property indices <> that are part of the Search Application. */
  indices: <>[]
  pass:[/**] @property updated_at_millis Last time the Search Application was updated. */
  updated_at_millis: <><<>>
  pass:[/**] @property analytics_collection_name Analytics collection associated to the Search Application. */
  analytics_collection_name?: <>
  pass:[/**] @property template Search template to use on search operations. */
  template?: <>
}
[pass]
++++
++++ [discrete] [[SearchApplicationSearchApplicationTemplate]] === SearchApplicationSearchApplicationTemplate [pass] ++++
++++
interface SearchApplicationSearchApplicationTemplate {
  pass:[/**] @property script The associated mustache template. */
  script: <