golastic:去库使用弹性搜索(现在只是弹性)API

时间:2024-07-04 03:36:59
【文件属性】:

文件名称:golastic:去库使用弹性搜索(现在只是弹性)API

文件大小:17KB

文件格式:ZIP

更新时间:2024-07-04 03:36:59

Go

戈尔斯奇 Go 库使用弹性搜索 API ##入门 ###安装项目 只需执行以下命令 go get github.com/cone/golastic.git 然后你可以在你的代码中导入项目 import "github.com/cone/golastic" ###依赖 如果没有指定,Golastic 使用 go-uuid 为索引文档生成唯一 id,因此您必须使用以下命令获取 go-uuid 项目 go get code.google.com/p/go-uuid/uuid ###用 首先,您必须指定要连接到的服务器的 url。 然后您可以开始查询或索引文档 server, _ := New("http://localhost:9200") resultItem, err := golastic.From("test", "product").Find("1") ##操作 ###从


【文件预览】:
golastic-master
----error_result.go(107B)
----golastic.go(863B)
----.gitignore(266B)
----requester.go(231B)
----Item.go(323B)
----helpers_test.go(2KB)
----query.go(870B)
----.travis.yml(200B)
----golastic_test.go(3KB)
----LICENSE(1KB)
----writer_test.go(609B)
----error_result_test.go(405B)
----filter_test.go(510B)
----testdata()
--------p.json(5KB)
----filter.go(522B)
----result_item.go(575B)
----reader_test.go(621B)
----writer.go(2KB)
----bulk_doc_test.go(692B)
----README.md(4KB)
----result_item_test.go(1012B)
----interactor.go(2KB)
----result.go(1KB)
----bulk_doc.go(2KB)
----query_test.go(665B)
----reader.go(1KB)
----result_test.go(2KB)

网友评论