Skip to content

Commit 18b413e

Browse files
committed
[API] Removes deprecated parameter verbose in indices.segments
1 parent 787a8d0 commit 18b413e

File tree

1 file changed

+0
-1
lines changed
  • elasticsearch-api/lib/elasticsearch/api/actions/indices

1 file changed

+0
-1
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/indices/segments.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ module Actions
2828
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
2929
# @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
3030
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
31-
# @option arguments [Boolean] :verbose Includes detailed memory usage by Lucene. *Deprecated*
3231
# @option arguments [Hash] :headers Custom HTTP headers
3332
#
3433
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-segments.html

0 commit comments

Comments
 (0)