Home
last modified time | relevance | path

Searched refs:indexResult (Results 1 – 25 of 63) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/index/
H A DCompoundIndex.java33 Iterator<T> indexResult = index.getCandidates(ctx, variable, booleanExpr); in getCandidates() local
34 if (indexResult == null) in getCandidates()
36 if (indexResult.hasNext()) { in getCandidates()
40 result.add(indexResult.next()); in getCandidates()
41 } while (indexResult.hasNext()); in getCandidates()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dindex_test.go18 indexResult, err := client.Index().
27 if indexResult == nil {
28 t.Errorf("expected result to be != nil; got: %v", indexResult)
100 indexResult, err := client.Index().
108 if indexResult == nil {
109 t.Errorf("expected result to be != nil; got: %v", indexResult)
111 if indexResult.Id == "" {
112 t.Fatalf("expected Es to generate an automatic ID, got: %v", indexResult.Id)
114 id := indexResult.Id
H A Dindices_get_aliases.go99 Indices: make(map[string]indexResult),
104 indexOut = indexResult{Aliases: make([]aliasResult, 0)}
128 Indices map[string]indexResult
131 type indexResult struct { struct
153 func (ir indexResult) HasAlias(aliasName string) bool { argument
H A Dexplain_test.go15 indexResult, err := client.Index().
25 if indexResult == nil {
26 t.Errorf("expected result to be != nil; got: %v", indexResult)
H A Ddecoder_test.go34 indexResult, err := client.Index().
43 if indexResult == nil {
44 t.Errorf("expected result to be != nil; got: %v", indexResult)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dindices_get_aliases.go98 Indices: make(map[string]indexResult),
103 indexOut = indexResult{Aliases: make([]aliasResult, 0)}
127 Indices map[string]indexResult
130 type indexResult struct { struct
150 func (ir indexResult) HasAlias(aliasName string) bool { argument
H A Dindex_test.go19 indexResult, err := client.Index().
28 if indexResult == nil {
29 t.Errorf("expected result to be != nil; got: %v", indexResult)
101 indexResult, err := client.Index().
109 if indexResult == nil {
110 t.Errorf("expected result to be != nil; got: %v", indexResult)
112 if indexResult.Id == "" {
113 t.Fatalf("expected Es to generate an automatic ID, got: %v", indexResult.Id)
115 id := indexResult.Id
H A Dexplain_test.go18 indexResult, err := client.Index().
28 if indexResult == nil {
29 t.Errorf("expected result to be != nil; got: %v", indexResult)
H A Ddecoder_test.go35 indexResult, err := client.Index().
44 if indexResult == nil {
45 t.Errorf("expected result to be != nil; got: %v", indexResult)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Daliases.go99 Indices: make(map[string]indexResult),
104 indexOut = indexResult{Aliases: make([]aliasResult, 0)}
128 Indices map[string]indexResult
131 type indexResult struct { struct
153 func (ir indexResult) HasAlias(aliasName string) bool { argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dindices_get_aliases.go98 Indices: make(map[string]indexResult),
103 indexOut = indexResult{Aliases: make([]aliasResult, 0)}
127 Indices map[string]indexResult
130 type indexResult struct { struct
150 func (ir indexResult) HasAlias(aliasName string) bool { argument
H A Dindex_test.go19 indexResult, err := client.Index().
28 if indexResult == nil {
29 t.Errorf("expected result to be != nil; got: %v", indexResult)
101 indexResult, err := client.Index().
109 if indexResult == nil {
110 t.Errorf("expected result to be != nil; got: %v", indexResult)
112 if indexResult.Id == "" {
113 t.Fatalf("expected Es to generate an automatic ID, got: %v", indexResult.Id)
115 id := indexResult.Id
H A Dexplain_test.go18 indexResult, err := client.Index().
28 if indexResult == nil {
29 t.Errorf("expected result to be != nil; got: %v", indexResult)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dindex_test.go19 indexResult, err := client.Index().
28 if indexResult == nil {
29 t.Errorf("expected result to be != nil; got: %v", indexResult)
101 indexResult, err := client.Index().
109 if indexResult == nil {
110 t.Errorf("expected result to be != nil; got: %v", indexResult)
112 if indexResult.Id == "" {
113 t.Fatalf("expected Es to generate an automatic ID, got: %v", indexResult.Id)
115 id := indexResult.Id
H A Dindices_get_aliases.go118 Indices: make(map[string]indexResult),
127 indexOut = indexResult{Aliases: make([]aliasResult, 0)}
146 Indices map[string]indexResult
149 type indexResult struct { struct
172 func (ir indexResult) HasAlias(aliasName string) bool { argument
H A Dexplain_test.go18 indexResult, err := client.Index().
28 if indexResult == nil {
29 t.Errorf("expected result to be != nil; got: %v", indexResult)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dindex_test.go19 indexResult, err := client.Index().
28 if indexResult == nil {
29 t.Errorf("expected result to be != nil; got: %v", indexResult)
101 indexResult, err := client.Index().
109 if indexResult == nil {
110 t.Errorf("expected result to be != nil; got: %v", indexResult)
112 if indexResult.Id == "" {
113 t.Fatalf("expected Es to generate an automatic ID, got: %v", indexResult.Id)
115 id := indexResult.Id
H A Dindices_get_aliases.go114 Indices: make(map[string]indexResult),
119 indexOut = indexResult{Aliases: make([]aliasResult, 0)}
143 Indices map[string]indexResult
146 type indexResult struct { struct
166 func (ir indexResult) HasAlias(aliasName string) bool { argument
H A Dexplain_test.go18 indexResult, err := client.Index().
28 if indexResult == nil {
29 t.Errorf("expected result to be != nil; got: %v", indexResult)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dindex_test.go19 indexResult, err := client.Index().
27 if indexResult == nil {
28 t.Errorf("expected result to be != nil; got: %v", indexResult)
99 indexResult, err := client.Index().
106 if indexResult == nil {
107 t.Errorf("expected result to be != nil; got: %v", indexResult)
109 if indexResult.Id == "" {
110 t.Fatalf("expected Es to generate an automatic ID, got: %v", indexResult.Id)
112 id := indexResult.Id
H A Dexplain_test.go18 indexResult, err := client.Index().
27 if indexResult == nil {
28 t.Errorf("expected result to be != nil; got: %v", indexResult)
H A Ddecoder_test.go33 indexResult, err := client.Index().
41 if indexResult == nil {
42 t.Errorf("expected result to be != nil; got: %v", indexResult)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dindex_test.go19 indexResult, err := client.Index().
28 if indexResult == nil {
29 t.Errorf("expected result to be != nil; got: %v", indexResult)
101 indexResult, err := client.Index().
109 if indexResult == nil {
110 t.Errorf("expected result to be != nil; got: %v", indexResult)
112 if indexResult.Id == "" {
113 t.Fatalf("expected Es to generate an automatic ID, got: %v", indexResult.Id)
115 id := indexResult.Id
H A Dexplain_test.go18 indexResult, err := client.Index().
28 if indexResult == nil {
29 t.Errorf("expected result to be != nil; got: %v", indexResult)
H A Ddecoder_test.go33 indexResult, err := client.Index().
42 if indexResult == nil {
43 t.Errorf("expected result to be != nil; got: %v", indexResult)

123