Home
last modified time | relevance | path

Searched defs:BulkService (Results 1 – 11 of 11) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dbulk.go29 type BulkService struct { struct
30 client *Client
31 retrier Retrier
39 index string
40 typ string
42 pipeline string
43 timeout string
44 refresh string
45 routing string
49 sizeInBytes int64
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dbulk.go29 type BulkService struct { struct
30 client *Client
31 retrier Retrier
39 index string
40 typ string
42 pipeline string
43 timeout string
44 refresh string
45 routing string
49 sizeInBytes int64
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dbulk.go30 type BulkService struct { struct
31 client *Client
32 retrier Retrier
40 index string
41 typ string
43 pipeline string
44 timeout string
45 refresh string
46 routing string
50 sizeInBytes int64
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dbulk.go29 type BulkService struct { struct
30 client *Client
31 retrier Retrier
39 index string
40 typ string
42 pipeline string
43 timeout string
44 refresh string
45 routing string
49 sizeInBytes int64
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dbulk.go28 type BulkService struct { struct
29 client *Client
30 retrier Retrier
32 index string
33 typ string
35 pipeline string
36 timeout string
37 refresh string
40 pretty bool
43 sizeInBytes int64
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dbulk.go28 type BulkService struct { struct
29 client *Client
30 retrier Retrier
32 index string
33 typ string
35 pipeline string
36 timeout string
37 refresh string
40 pretty bool
43 sizeInBytes int64
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dbulk.go28 type BulkService struct { struct
29 client *Client
31 index string
32 typ string
34 pipeline string
35 timeout string
36 refresh string
37 routing string
39 pretty bool
42 sizeInBytes int64
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dbulk.go28 type BulkService struct { struct
29 client *Client
31 index string
32 typ string
34 pipeline string
35 timeout string
36 refresh string
37 routing string
39 pretty bool
42 sizeInBytes int64
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dbulk.go29 type BulkService struct { struct
30 client *Client
32 index string
33 typ string
34 requests []BulkableRequest
35 timeout string
36 refresh *bool
37 pretty bool
40 sizeInBytes int64
41 sizeInBytesCursor int
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Dbulk.go17 type BulkService struct { struct
18 client *Client
20 index string
21 _type string
22 requests []BulkableRequest
25 timeout string
26 refresh *bool
27 pretty bool
38 func (s *BulkService) reset() {
72 func (s *BulkService) NumberOfActions() int {
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/BulkUpload/Service/
H A DBulkService.php41 class BulkService extends \Kaltura\Client\ServiceBase class