项目作者: grokify

项目描述 :
Elasticsearch client with JSON API interface in Go.
高级语言: Go
项目地址: git://github.com/grokify/elastirad-go.git
创建时间: 2017-07-19T18:39:35Z
项目社区:https://github.com/grokify/elastirad-go

开源协议:MIT License

下载


GoElastic: A Go Client Wrapper for Elasticsearch

Build Status
Lint Status
Go Report Card
Docs
License

Simple client to query Elasticsearch API using HTTP API documentation.

Usage

See the sample code in the docs folder.

So far the following example code has been created:

  1. Create Index: Go code, ES docs
  2. Index Docs: Go code, ES docs
  3. Bool Query: Go code, ES docs
  4. Terms Aggregation: Go code, ES docs

References

  1. Mapping
    1. An Introduction to Elasticsearch Mapping