Skip to content

NextronSystems/go-elasticsearch

Repository files navigation

Simple Elasticsearch 6.x API for Golang

License: MIT Build Status Go Report Card GoDoc

Features

  • Document

    • Insert document
    • Update document
    • Delete document
    • Get document
  • Query

    • Update documents by query
    • Delete documents by query
    • Get documents by query (paging)
    • Get documents by query (scroll)
  • Bulk

    • Insert documents
  • Index

    • Delete index
    • Refresh index
    • Add Template
    • Delete Template
  • Aggregate

  • Other

Tested with Elasticsearch 6.1.1