Registry / database / olivere-elastic

olivere-elastic

JSON →
library6.2.37+incompatiblegogounverified

Package elastic provides an interface to the Elasticsearch server.

go get github.com/olivere/elastic
INSTALL
IMPORT
SIG · OLIVERE-ELASTIC
O
olivere-elastic
databasegov6.2.37+incompatible
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
github.com/olivere/elastic

Creates a new Elasticsearch client.

package main import ( "fmt" "github.com/olivere/elastic" ) func main() { client, _ := elastic.NewClient() fmt.Println(client) }
Debug
Known issues
breakingVersion 6.x is incompatible with Elasticsearch 7.x and later.
fix
Use github.com/olivere/elastic/v7 for Elasticsearch 7.x.
affects: >=6.0.0,<7.0.0
Upgrade
Version history
6.2.37+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
olivere-elastic — go get olivere-elastic · libregistry