File tree Expand file tree Collapse file tree 8 files changed +32
-32
lines changed
elasticsearch-api/lib/elasticsearch/api/actions/search_application Expand file tree Collapse file tree 8 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Deletes a search application.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is Experimental and may be changed or removed
27
+ # completely in a future release. Elastic will take a best effort approach
28
+ # to fix any issues, but experimental features are not subject to the
29
+ # support SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the search application
32
32
# @option arguments [Hash] :headers Custom HTTP headers
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Delete a behavioral analytics collection.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is Experimental and may be changed or removed
27
+ # completely in a future release. Elastic will take a best effort approach
28
+ # to fix any issues, but experimental features are not subject to the
29
+ # support SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the analytics collection to be deleted
32
32
# @option arguments [Hash] :headers Custom HTTP headers
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Returns the details about a search application.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is Experimental and may be changed or removed
27
+ # completely in a future release. Elastic will take a best effort approach
28
+ # to fix any issues, but experimental features are not subject to the
29
+ # support SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the search application
32
32
# @option arguments [Hash] :headers Custom HTTP headers
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Returns the existing behavioral analytics collections.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is Experimental and may be changed or removed
27
+ # completely in a future release. Elastic will take a best effort approach
28
+ # to fix any issues, but experimental features are not subject to the
29
+ # support SLA of official GA features.
30
30
#
31
31
# @option arguments [List] :name A comma-separated list of analytics collections to limit the returned information
32
32
# @option arguments [Hash] :headers Custom HTTP headers
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Returns the existing search applications.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is Experimental and may be changed or removed
27
+ # completely in a future release. Elastic will take a best effort approach
28
+ # to fix any issues, but experimental features are not subject to the
29
+ # support SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :q Query in the Lucene query string syntax
32
32
# @option arguments [Integer] :from Starting offset (default: 0)
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Creates or updates a search application.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is Experimental and may be changed or removed
27
+ # completely in a future release. Elastic will take a best effort approach
28
+ # to fix any issues, but experimental features are not subject to the
29
+ # support SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the search application to be created or updated
32
32
# @option arguments [Boolean] :create If true, requires that a search application with the specified resource_id does not already exist. (default: false)
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Creates a behavioral analytics collection.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is Experimental and may be changed or removed
27
+ # completely in a future release. Elastic will take a best effort approach
28
+ # to fix any issues, but experimental features are not subject to the
29
+ # support SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the analytics collection to be created or updated
32
32
# @option arguments [Hash] :headers Custom HTTP headers
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Perform a search against a search application
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is Experimental and may be changed or removed
27
+ # completely in a future release. Elastic will take a best effort approach
28
+ # to fix any issues, but experimental features are not subject to the
29
+ # support SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the search application to be searched
32
32
# @option arguments [Hash] :headers Custom HTTP headers
You can’t perform that action at this time.
0 commit comments