lib/elasticsearch/api/actions/indices/get_field_mapping.rb in elasticsearch-api-1.0.6 vs lib/elasticsearch/api/actions/indices/get_field_mapping.rb in elasticsearch-api-1.0.7
- old
+ new
@@ -41,10 +41,10 @@
:ignore_unavailable,
:allow_no_indices,
:expand_wildcards
]
- method = 'GET'
+ method = HTTP_GET
path = Utils.__pathify(
Utils.__listify(arguments[:index]),
'_mapping',
Utils.__listify(arguments[:type]),
'field',