- 0
- 0
- 约8.68千字
- 约 8页
- 2026-08-28 发布于北京
- 举报
零声教育Mark
老师环
境准备
1#第依赖库2goget
.com/olivere/elastic/v73#或库4go
get.com/elastic/go-elasticsearch/v7
创建连接
1funcelastic.NewClient(options...elastic.ClientOptionFunc)(*elastic.Client,
error)
2funcelastic.SetURL(urls...string)elastic.ClientOptionFunc
例子
1
//
单节点连接
2
client,
err
:=elastic.NewClient(elastic.SetURL())
3
//
集群节点
连接
4
client,
err
:=elastic.NewClient(elastic.SetURL(
5
,
6
,
7
,
8
))
原创力文档

文档评论(0)