Versions in this module Expand all Collapse all v3 v3.1.1 Dec 30, 2020 Changes in this version + type Elastic struct + func New(address string, index string) (*Elastic, error) + func (e *Elastic) ClearScroll(scrollId string) + func (e *Elastic) GetTotalHitCount(v interface{}) int64 + func (e *Elastic) Scroll(id string) ([]byte, error) + func (e *Elastic) Search(indices string, body []byte, scroll bool) ([]byte, error) Other modules containing this package github.com/fearlesschenc/kubesphere