File tree Expand file tree Collapse file tree 5 files changed +3
-119
lines changed
lib/elasticsearch/api/actions/indices
spec/elasticsearch/api/actions/indices
elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/sql Expand file tree Collapse file tree 5 files changed +3
-119
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module Actions
25
25
# @option arguments [Hash] :headers Custom HTTP headers
26
26
# @option arguments [Hash] :body Specify the cursor value in the `cursor` element to clean the cursor. (*Required*)
27
27
#
28
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/clear- sql-cursor-api .html
28
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-pagination .html
29
29
#
30
30
def clear_cursor ( arguments = { } )
31
31
raise ArgumentError , "Required argument 'body' missing" unless arguments [ :body ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module Actions
26
26
# @option arguments [Hash] :headers Custom HTTP headers
27
27
# @option arguments [Hash] :body Use the `query` element to start a query. Use the `cursor` element to continue a query. (*Required*)
28
28
#
29
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-search-api .html
29
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-rest-overview .html
30
30
#
31
31
def query ( arguments = { } )
32
32
raise ArgumentError , "Required argument 'body' missing" unless arguments [ :body ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module Actions
25
25
# @option arguments [Hash] :headers Custom HTTP headers
26
26
# @option arguments [Hash] :body Specify the query in the `query` element. (*Required*)
27
27
#
28
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-translate-api .html
28
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-translate.html
29
29
#
30
30
def translate ( arguments = { } )
31
31
raise ArgumentError , "Required argument 'body' missing" unless arguments [ :body ]
You can’t perform that action at this time.
0 commit comments