Home
last modified time | relevance | path

Searched refs:IndicesDeleteService (Results 1 – 18 of 18) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dindices_delete.go21 type IndicesDeleteService struct { struct
40 return &IndicesDeleteService{
47 func (s *IndicesDeleteService) Pretty(pretty bool) *IndicesDeleteService { argument
54 func (s *IndicesDeleteService) Human(human bool) *IndicesDeleteService { argument
60 func (s *IndicesDeleteService) ErrorTrace(errorTrace bool) *IndicesDeleteService { argument
66 func (s *IndicesDeleteService) FilterPath(filterPath ...string) *IndicesDeleteService { argument
72 func (s *IndicesDeleteService) Header(name string, value string) *IndicesDeleteService { argument
81 func (s *IndicesDeleteService) Headers(headers http.Header) *IndicesDeleteService { argument
88 func (s *IndicesDeleteService) Index(index []string) *IndicesDeleteService { argument
94 func (s *IndicesDeleteService) Timeout(timeout string) *IndicesDeleteService { argument
[all …]
H A Dclient.go1660 func (c *Client) DeleteIndex(indices ...string) *IndicesDeleteService {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dindices_delete.go21 type IndicesDeleteService struct { struct
37 return &IndicesDeleteService{
44 func (s *IndicesDeleteService) Pretty(pretty bool) *IndicesDeleteService { argument
51 func (s *IndicesDeleteService) Human(human bool) *IndicesDeleteService { argument
57 func (s *IndicesDeleteService) ErrorTrace(errorTrace bool) *IndicesDeleteService { argument
63 func (s *IndicesDeleteService) FilterPath(filterPath ...string) *IndicesDeleteService { argument
69 func (s *IndicesDeleteService) Header(name string, value string) *IndicesDeleteService { argument
78 func (s *IndicesDeleteService) Headers(headers http.Header) *IndicesDeleteService { argument
85 func (s *IndicesDeleteService) Index(index []string) *IndicesDeleteService { argument
91 func (s *IndicesDeleteService) Timeout(timeout string) *IndicesDeleteService { argument
[all …]
H A Dclient.go1569 func (c *Client) DeleteIndex(indices ...string) *IndicesDeleteService {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dindices_delete.go21 type IndicesDeleteService struct { struct
37 return &IndicesDeleteService{
44 func (s *IndicesDeleteService) Pretty(pretty bool) *IndicesDeleteService { argument
51 func (s *IndicesDeleteService) Human(human bool) *IndicesDeleteService { argument
57 func (s *IndicesDeleteService) ErrorTrace(errorTrace bool) *IndicesDeleteService { argument
63 func (s *IndicesDeleteService) FilterPath(filterPath ...string) *IndicesDeleteService { argument
69 func (s *IndicesDeleteService) Header(name string, value string) *IndicesDeleteService { argument
78 func (s *IndicesDeleteService) Headers(headers http.Header) *IndicesDeleteService { argument
85 func (s *IndicesDeleteService) Index(index []string) *IndicesDeleteService { argument
91 func (s *IndicesDeleteService) Timeout(timeout string) *IndicesDeleteService { argument
[all …]
H A Dclient.go1560 func (c *Client) DeleteIndex(indices ...string) *IndicesDeleteService {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dindices_delete.go21 type IndicesDeleteService struct { struct
37 return &IndicesDeleteService{
44 func (s *IndicesDeleteService) Pretty(pretty bool) *IndicesDeleteService { argument
51 func (s *IndicesDeleteService) Human(human bool) *IndicesDeleteService { argument
57 func (s *IndicesDeleteService) ErrorTrace(errorTrace bool) *IndicesDeleteService { argument
63 func (s *IndicesDeleteService) FilterPath(filterPath ...string) *IndicesDeleteService { argument
69 func (s *IndicesDeleteService) Header(name string, value string) *IndicesDeleteService { argument
78 func (s *IndicesDeleteService) Headers(headers http.Header) *IndicesDeleteService { argument
85 func (s *IndicesDeleteService) Index(index []string) *IndicesDeleteService { argument
91 func (s *IndicesDeleteService) Timeout(timeout string) *IndicesDeleteService { argument
[all …]
H A Dclient.go1573 func (c *Client) DeleteIndex(indices ...string) *IndicesDeleteService {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dindices_delete.go21 type IndicesDeleteService struct { struct
30 func NewIndicesDeleteService(client *Client) *IndicesDeleteService {
31 return &IndicesDeleteService{
39 func (s *IndicesDeleteService) Index(index []string) *IndicesDeleteService { argument
45 func (s *IndicesDeleteService) Timeout(timeout string) *IndicesDeleteService { argument
51 func (s *IndicesDeleteService) MasterTimeout(masterTimeout string) *IndicesDeleteService { argument
57 func (s *IndicesDeleteService) Pretty(pretty bool) *IndicesDeleteService { argument
63 func (s *IndicesDeleteService) buildURL() (string, url.Values, error) { argument
87 func (s *IndicesDeleteService) Validate() error { argument
99 func (s *IndicesDeleteService) Do() (*IndicesDeleteResponse, error) { argument
[all …]
H A Dclient.go1352 func (c *Client) DeleteIndex(indices ...string) *IndicesDeleteService {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dindices_delete.go20 type IndicesDeleteService struct { struct
29 func NewIndicesDeleteService(client *Client) *IndicesDeleteService {
30 return &IndicesDeleteService{
38 func (s *IndicesDeleteService) Index(index []string) *IndicesDeleteService { argument
44 func (s *IndicesDeleteService) Timeout(timeout string) *IndicesDeleteService { argument
50 func (s *IndicesDeleteService) MasterTimeout(masterTimeout string) *IndicesDeleteService { argument
56 func (s *IndicesDeleteService) Pretty(pretty bool) *IndicesDeleteService { argument
62 func (s *IndicesDeleteService) buildURL() (string, url.Values, error) { argument
86 func (s *IndicesDeleteService) Validate() error { argument
98 func (s *IndicesDeleteService) Do(ctx context.Context) (*IndicesDeleteResponse, error) { argument
H A Dclient.go1543 func (c *Client) DeleteIndex(indices ...string) *IndicesDeleteService {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dindices_delete.go20 type IndicesDeleteService struct { struct
29 func NewIndicesDeleteService(client *Client) *IndicesDeleteService {
30 return &IndicesDeleteService{
38 func (s *IndicesDeleteService) Index(index []string) *IndicesDeleteService { argument
44 func (s *IndicesDeleteService) Timeout(timeout string) *IndicesDeleteService { argument
50 func (s *IndicesDeleteService) MasterTimeout(masterTimeout string) *IndicesDeleteService { argument
56 func (s *IndicesDeleteService) Pretty(pretty bool) *IndicesDeleteService { argument
62 func (s *IndicesDeleteService) buildURL() (string, url.Values, error) { argument
86 func (s *IndicesDeleteService) Validate() error { argument
98 func (s *IndicesDeleteService) Do(ctx context.Context) (*IndicesDeleteResponse, error) { argument
H A Dclient.go1468 func (c *Client) DeleteIndex(indices ...string) *IndicesDeleteService {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dindices_delete.go20 type IndicesDeleteService struct { struct
29 func NewIndicesDeleteService(client *Client) *IndicesDeleteService {
30 return &IndicesDeleteService{
38 func (s *IndicesDeleteService) Index(index []string) *IndicesDeleteService { argument
44 func (s *IndicesDeleteService) Timeout(timeout string) *IndicesDeleteService { argument
50 func (s *IndicesDeleteService) MasterTimeout(masterTimeout string) *IndicesDeleteService { argument
56 func (s *IndicesDeleteService) Pretty(pretty bool) *IndicesDeleteService { argument
62 func (s *IndicesDeleteService) buildURL() (string, url.Values, error) { argument
86 func (s *IndicesDeleteService) Validate() error { argument
98 func (s *IndicesDeleteService) Do(ctx context.Context) (*IndicesDeleteResponse, error) { argument
H A Dclient.go1485 func (c *Client) DeleteIndex(indices ...string) *IndicesDeleteService {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dindices_delete.go20 type IndicesDeleteService struct { struct
29 func NewIndicesDeleteService(client *Client) *IndicesDeleteService {
30 return &IndicesDeleteService{
38 func (s *IndicesDeleteService) Index(index []string) *IndicesDeleteService { argument
44 func (s *IndicesDeleteService) Timeout(timeout string) *IndicesDeleteService { argument
50 func (s *IndicesDeleteService) MasterTimeout(masterTimeout string) *IndicesDeleteService { argument
56 func (s *IndicesDeleteService) Pretty(pretty bool) *IndicesDeleteService { argument
62 func (s *IndicesDeleteService) buildURL() (string, url.Values, error) { argument
86 func (s *IndicesDeleteService) Validate() error { argument
98 func (s *IndicesDeleteService) Do(ctx context.Context) (*IndicesDeleteResponse, error) { argument
H A Dclient.go1453 func (c *Client) DeleteIndex(indices ...string) *IndicesDeleteService {