Integrating Elasticsearch in Go
1. Client Library Selection
1.1 Mainstream Go ES Clients
- olivere/elastic: Most comprehensive features, elegant API design, supports ES 7.x/8.x
- elastic/go-elasticsearch: Official client, lightweight, closer to native REST API
- go-elasticsearch/elasticsearch: Community-maintained branch of the official client
1
主题测试文章,只做测试使用。发布者:Walker,转转请注明出处:https://walker-learn.xyz/archives/4785
主题测试文章,只做测试使用。发布者:Walker,转转请注明出处:https://walker-learn.xyz/archives/4785