You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/elasticsearch-serverless/api/search_application/search.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ module ElasticsearchServerless
22
22
moduleAPI
23
23
moduleSearchApplication
24
24
moduleActions
25
-
# Perform a search against a search application.
25
+
# Run a search application search.
26
+
# Generate and run an Elasticsearch query that uses the specified query parameteter and the search template associated with the search application or default template.
27
+
# Unspecified template parameters are assigned their default values if applicable.
26
28
# This functionality is in Beta and is subject to change. The design and
27
29
# code is less mature than official GA features and is being provided
28
30
# as-is with no warranties. Beta features are not subject to the support
0 commit comments