Categorygithub.com/grokify/goelastic
repositorypackage
0.6.5
Repository: https://github.com/grokify/goelastic.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

GoElastic: A Go Client Wrapper for Elasticsearch

Build 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