mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
27 lines
692 B
Text
27 lines
692 B
Text
[[search-application-apis]]
|
|
== Search Application APIs
|
|
|
|
beta::[]
|
|
|
|
++++
|
|
<titleabbrev>Search Application APIs</titleabbrev>
|
|
++++
|
|
|
|
---
|
|
|
|
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[]
|
|
|