Home
last modified time | relevance | path

Searched refs:testQueryIndex (Results 1 – 8 of 8) sorted by relevance

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dpercolate_test.go18 …createQueryIndex, err := client.CreateIndex(testQueryIndex).Body(testQueryMapping).Do(context.TODO…
28 Index(testQueryIndex).
41 res, err := client.Search(testQueryIndex).Query(pq).Do(context.TODO())
58 if hit.Index != testQueryIndex {
59 t.Fatalf("expected SearchResult.Hits.Hit.Index = %q; got %q", testQueryIndex, hit.Index)
H A Dsetup_test.go203 testQueryIndex = "elastic-queries" const
347 client.DeleteIndex(testQueryIndex).Do(context.TODO())
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dpercolate_test.go18 …createQueryIndex, err := client.CreateIndex(testQueryIndex).Body(testQueryMapping).Do(context.TODO…
28 Index(testQueryIndex).
43 res, err := client.Search(testQueryIndex).Type("doc").Query(pq).Do(context.TODO())
60 if hit.Index != testQueryIndex {
61 t.Fatalf("expected SearchResult.Hits.Hit.Index = %q; got %q", testQueryIndex, hit.Index)
H A Dsetup_test.go178 testQueryIndex = "elastic-queries" const
293 client.DeleteIndex(testQueryIndex).Do(context.TODO())
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dpercolate_test.go16 …createQueryIndex, err := client.CreateIndex(testQueryIndex).Body(testQueryMapping).IncludeTypeName…
26 Index(testQueryIndex).
40 res, err := client.Search(testQueryIndex).Type("doc").Query(pq).Do(context.TODO())
57 if hit.Index != testQueryIndex {
58 t.Fatalf("expected SearchResult.Hits.Hit.Index = %q; got %q", testQueryIndex, hit.Index)
H A Dsetup_test.go192 testQueryIndex = "elastic-queries" const
336 client.DeleteIndex(testQueryIndex).Do(context.TODO())
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dpercolate_test.go18 …createQueryIndex, err := client.CreateIndex(testQueryIndex).Body(testQueryMapping).Do(context.TODO…
28 Index(testQueryIndex).
43 res, err := client.Search(testQueryIndex).Type("doc").Query(pq).Do(context.TODO())
60 if hit.Index != testQueryIndex {
61 t.Fatalf("expected SearchResult.Hits.Hit.Index = %q; got %q", testQueryIndex, hit.Index)
H A Dsetup_test.go177 testQueryIndex = "elastic-queries" const
291 client.DeleteIndex(testQueryIndex).Do(context.TODO())