File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
elasticsearch-api/utils/thor Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ module EndpointSpecifics
28
28
indices.exists
29
29
indices.exists_alias
30
30
indices.exists_template
31
- indices.exists_type
32
31
] . freeze
33
32
34
33
# Endpoints that need Utils.__rescue_from_not_found if the ignore
Original file line number Diff line number Diff line change 16
16
# specific language governing permissions and limitations
17
17
# under the License.
18
18
%>
19
- <%- if @method_name == 'search' -%>
20
- arguments[:index] = UNDERSCORE_ALL if ! arguments[:index] && arguments[:type]
21
- <%- end -%>
22
19
<%- @parts.each do |name, _| %>
23
20
<%- unless @method_name == 'get_field_mapping' && name == 'fields' %>
24
21
<%= ' '*(@namespace_depth+3) + "_#{name}" %> = arguments.delete(:<%= name %> )
You can’t perform that action at this time.
0 commit comments