mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
33 lines
843 B
Text
33 lines
843 B
Text
[[search-application-apis]]
|
|
== Search Application APIs
|
|
|
|
beta::[]
|
|
|
|
++++
|
|
<titleabbrev>Search Application APIs</titleabbrev>
|
|
++++
|
|
|
|
---
|
|
|
|
.New API reference
|
|
[sidebar]
|
|
--
|
|
For the most up-to-date API details, refer to {api-es}/group/endpoint-search_application[Search application APIs].
|
|
--
|
|
|
|
Use Search Application APIs to manage tasks and resources related to Search Applications.
|
|
|
|
* <<put-search-application>>
|
|
* <<get-search-application>>
|
|
* <<list-search-applications>>
|
|
* <<delete-search-application>>
|
|
* <<search-application-search>>
|
|
* <<search-application-render-query>>
|
|
|
|
include::put-search-application.asciidoc[]
|
|
include::get-search-application.asciidoc[]
|
|
include::list-search-applications.asciidoc[]
|
|
include::delete-search-application.asciidoc[]
|
|
include::search-application-search.asciidoc[]
|
|
include::search-application-render-query.asciidoc[]
|
|
|