Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EsQuery ¶
type EsQuery struct { Equals []FieldValue `json:"equals"` FullText []FieldValue `json:"full_text"` Delete []FieldValue `json:"delete"` }
func (EsQuery) BuildDeleteQuery ¶
func (EsQuery) BuildFullTextQuery ¶
type FieldValue ¶
type FieldValue struct { Field string `json:"field"` Value interface{} `json:"value"` }
Click to show internal directories.
Click to hide internal directories.