We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
filter_path
1 parent 30e6fc4 commit 6547bb8Copy full SHA for 6547bb8
elasticsearch-api/lib/elasticsearch/api.rb
@@ -22,7 +22,8 @@ module API
22
COMMON_QUERY_PARAMS = [
23
:format, # Search, Cat, ...
24
:pretty, # Pretty-print the response
25
- :human # Return numeric values in human readable format
+ :human, # Return numeric values in human readable format
26
+ :filter_path # Filter the JSON response
27
]
28
29
HTTP_GET = 'GET'.freeze
0 commit comments