Home
last modified time | relevance | path

Searched refs:IndexStats (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/
H A Dindex_stats.go42 type IndexStats struct { struct
47 func NewIndexStats() *IndexStats {
48 return &IndexStats{
53 func (i *IndexStats) Register(index Index) { argument
59 func (i *IndexStats) UnRegister(index Index) { argument
65 func (i *IndexStats) String() string { argument
75 var indexStats *IndexStats
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/
H A Dindex_stats.go42 type IndexStats struct { struct
47 func NewIndexStats() *IndexStats {
48 return &IndexStats{
53 func (i *IndexStats) Register(index Index) { argument
59 func (i *IndexStats) UnRegister(index Index) { argument
65 func (i *IndexStats) String() string { argument
75 var indexStats *IndexStats
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/
H A Dindex_stats.go42 type IndexStats struct { struct
47 func NewIndexStats() *IndexStats {
48 return &IndexStats{
53 func (i *IndexStats) Register(index Index) { argument
59 func (i *IndexStats) UnRegister(index Index) { argument
65 func (i *IndexStats) String() string { argument
75 var indexStats *IndexStats
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/
H A Dindex_stats.go42 type IndexStats struct { struct
47 func NewIndexStats() *IndexStats {
48 return &IndexStats{
53 func (i *IndexStats) Register(index Index) { argument
59 func (i *IndexStats) UnRegister(index Index) { argument
65 func (i *IndexStats) String() string { argument
75 var indexStats *IndexStats
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dindices_stats_test.go53 path, _, err := client.IndexStats().Index(test.Indices...).Metric(test.Metrics...).buildURL()
66 stats, err := client.IndexStats(testIndexName).Do(context.TODO())
91 stats, err := client.IndexStats(testIndexName).Level("shards").Do(context.TODO())
H A Dindices_stats.go206 All *IndexStats `json:"_all,omitempty"`
210 Indices map[string]*IndexStats `json:"indices,omitempty"`
214 type IndexStats struct { struct
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dindices_stats_test.go53 path, _, err := client.IndexStats().Index(test.Indices...).Metric(test.Metrics...).buildURL()
66 stats, err := client.IndexStats(testIndexName).Pretty(true).Human(true).Do(context.TODO())
91 …stats, err := client.IndexStats(testIndexName).Level("shards").Pretty(true).Human(true).Do(context…
H A Dindices_stats.go247 All *IndexStats `json:"_all,omitempty"`
251 Indices map[string]*IndexStats `json:"indices,omitempty"`
255 type IndexStats struct { struct
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dindices_stats_test.go53 path, _, err := client.IndexStats().Index(test.Indices...).Metric(test.Metrics...).buildURL()
66 stats, err := client.IndexStats(testIndexName).Human(true).Pretty(true).Do(context.TODO())
91 …stats, err := client.IndexStats(testIndexName).Level("shards").Human(true).Pretty(true).Do(context…
H A Dindices_stats.go247 All *IndexStats `json:"_all,omitempty"`
251 Indices map[string]*IndexStats `json:"indices,omitempty"`
255 type IndexStats struct { struct
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dindices_stats_test.go52 path, _, err := client.IndexStats().Index(test.Indices...).Metric(test.Metrics...).buildURL()
65 stats, err := client.IndexStats(testIndexName).Do()
H A Dindices_stats.go208 All *IndexStats `json:"_all,omitempty"`
212 Indices map[string]*IndexStats `json:"indices,omitempty"`
216 type IndexStats struct { struct
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dindices_stats_test.go53 path, _, err := client.IndexStats().Index(test.Indices...).Metric(test.Metrics...).buildURL()
66 stats, err := client.IndexStats(testIndexName).Do(context.TODO())
H A Dindices_stats.go202 All *IndexStats `json:"_all,omitempty"`
206 Indices map[string]*IndexStats `json:"indices,omitempty"`
210 type IndexStats struct { struct
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dindices_stats_test.go53 path, _, err := client.IndexStats().Index(test.Indices...).Metric(test.Metrics...).buildURL()
66 stats, err := client.IndexStats(testIndexName).Do(context.TODO())
H A Dindices_stats.go206 All *IndexStats `json:"_all,omitempty"`
210 Indices map[string]*IndexStats `json:"indices,omitempty"`
214 type IndexStats struct { struct
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dindices_stats_test.go53 path, _, err := client.IndexStats().Index(test.Indices...).Metric(test.Metrics...).buildURL()
66 stats, err := client.IndexStats(testIndexName).Do(context.TODO())
H A Dindices_stats.go202 All *IndexStats `json:"_all,omitempty"`
206 Indices map[string]*IndexStats `json:"indices,omitempty"`
210 type IndexStats struct { struct
/dports/devel/ccls/ccls-0.20210330/src/
H A Dpipeline.hh42 struct IndexStats { struct
49 extern IndexStats stats;
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Dindices_stats.go202 All *IndexStats `json:"_all,omitempty"`
206 Indices map[string]*IndexStats `json:"indices,omitempty"`
210 type IndexStats struct { struct
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dspec.h75 } IndexStats; typedef
160 IndexStats stats;
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dindices_stats.go247 All *IndexStats `json:"_all,omitempty"`
251 Indices map[string]*IndexStats `json:"indices,omitempty"`
255 type IndexStats struct { struct
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dindices_stats.go247 All *IndexStats `json:"_all,omitempty"`
251 Indices map[string]*IndexStats `json:"indices,omitempty"`
255 type IndexStats struct { struct
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dspec.h113 } IndexStats; typedef
223 IndexStats stats;
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dspec.h113 } IndexStats; typedef
226 IndexStats stats;

123