Registry / database / olivere-elastic-v5

olivere-elastic-v5

JSON →
library5.0.86gogounverified

Package elastic provides an interface to the Elasticsearch server.

go get gopkg.in/olivere/elastic.v5
INSTALL
IMPORT
SIG · OLIVERE-ELASTIC-V5
O
olivere-elastic-v5
databasegov5.0.86
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

elastic
gopkg.in/olivere/elastic.v5

Create a new Elasticsearch client.

package main import ( "fmt" "gopkg.in/olivere/elastic.v5" ) func main() { client, err := elastic.NewClient() if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues
breakingThis is the v5 client for Elasticsearch 5.x; not compatible with newer versions.
fix
Use gopkg.in/olivere/elastic.v7 for Elasticsearch 7.x.
affects: >=5.0.0
Upgrade
Version history
5.0.86latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
olivere-elastic-v5 — go get olivere-elastic-v5 · libregistry