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
# @option arguments [Boolean] :track_scores Whether to calculate and return scores even if they are not used for sorting
61
-
# @option arguments [Boolean] :track_total_hits Indicate if the number of documents that match the query should be tracked
61
+
# @option arguments [Boolean|long] :track_total_hits Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number.
62
62
# @option arguments [Boolean] :allow_partial_search_results Indicate if an error should be returned if there is a partial search failure or timeout
63
63
# @option arguments [Boolean] :typed_keys Specify whether aggregation and suggester names should be prefixed by their respective types in the response
64
64
# @option arguments [Boolean] :version Specify whether to return document version as part of a hit
Copy file name to clipboardExpand all lines: elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/license/get.rb
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ module Actions
23
23
# Retrieves licensing information for the cluster
24
24
#
25
25
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
26
-
# @option arguments [Boolean] :accept_enterprise If the active license is an enterprise license, return type as 'enterprise' (default: false)
26
+
# @option arguments [Boolean] :accept_enterprise Supported for backwards compatibility with 7.x. If this param is used it must be set to true *Deprecated*
0 commit comments