Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenSearch ¶
type OpenSearch struct {
// contains filtered or unexported fields
}
func New ¶
func New(address string, basicAuth bool, username, password, index string) (*OpenSearch, error)
func (*OpenSearch) ClearScroll ¶
func (o *OpenSearch) ClearScroll(scrollId string)
func (*OpenSearch) GetTotalHitCount ¶
func (o *OpenSearch) GetTotalHitCount(v interface{}) int64
Click to show internal directories.
Click to hide internal directories.