Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working party of elastic.v3 #1562

Merged
merged 1 commit into from
Jan 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/bulk.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"fmt"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

type BulkService struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"sync/atomic"
"time"

"gopkg.in/olivere/elastic.v3"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3"
)

type Tweet struct {
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/cluster_health.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// ClusterHealthService allows to get a very simple status on the health of the cluster.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/cluster_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// ClusterStateService allows to get a comprehensive state information of the whole cluster.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/cluster_stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// ClusterStatsService is documented at http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.4/cluster-stats.html.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/count.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// CountService is a convenient service for determining the
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// DeleteService allows to delete a typed JSON document from a specified
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// DeleteByQueryService deletes documents that match a query.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// DeleteTemplateService deletes a search template. More information can
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"reflect"
"time"

"gopkg.in/olivere/elastic.v3"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3"
)

type Tweet struct {
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/exists.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"net/http"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// ExistsService checks for the existence of a document using HEAD.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/explain.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// GetService allows to get a typed JSON document from the index based
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/get_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// GetTemplateService reads a search template.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndexService adds or updates a typed JSON document in a specified index,
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/indices_close.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesCloseService closes an index.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/indices_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"errors"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesCreateService creates a new index.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/indices_delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesDeleteService allows to delete existing indices.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesDeleteTemplateService deletes index templates.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesDeleteWarmerService allows to delete a warmer.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/indices_exists.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesExistsService checks if an index or indices exist or not.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"net/http"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesExistsTemplateService checks if a given template exists.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesExistsTypeService checks if one or more types exist in one or more indices.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/indices_flush.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// Flush allows to flush one or more indices. The flush process of an index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesForcemergeService allows to force merging of one or more indices.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/indices_get.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesGetService retrieves information about one or more indices.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

type AliasesService struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesGetMappingService retrieves the mapping definitions for an index or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesGetSettingsService allows to retrieve settings of one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesGetTemplateService returns an index template.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesGetWarmerService allows to get the definition of a warmer for a
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/indices_open.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesOpenService opens an index.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesPutMappingService allows to register specific mapping definition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"net/url"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesPutTemplateService creates or updates index mappings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesPutWarmerService allows to register a warmer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

type RefreshService struct {
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/indices_stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// IndicesStatsService provides stats on various metrics of one or more
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/nodes_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"
"time"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/optimize.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

type OptimizeService struct {
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/percolate.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// PercolateService is documented at http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.4/search-percolate.html.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/scroll.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// ScrollService manages a cursor through documents in Elasticsearch.
Expand Down
2 changes: 1 addition & 1 deletion _third_party/gopkg.in/olivere/elastic.v3/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"reflect"
"strings"

"gopkg.in/olivere/elastic.v3/uritemplates"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates"
)

// Search for documents in Elasticsearch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"encoding/json"
"testing"

"gopkg.in/olivere/elastic.v3"
"bosun.org/_third_party/gopkg.in/olivere/elastic.v3"
)

func ExampleWildcardQuery() {
Expand Down
Loading