MCPcopy Create free account
hub / github.com/olivere/elastic / FilterPath

Method FilterPath

script_delete.go:62–65  ·  view source on GitHub ↗

FilterPath specifies a list of filters used to reduce the response.

(filterPath ...string)

Source from the content-addressed store, hash-verified

60
61// FilterPath specifies a list of filters used to reduce the response.
62func (s *DeleteScriptService) FilterPath(filterPath ...string) *DeleteScriptService {
63 s.filterPath = filterPath
64 return s
65}
66
67// Header adds a header to the request.
68func (s *DeleteScriptService) Header(name string, value string) *DeleteScriptService {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected