Documentation
¶
Overview ¶
Package multivaluemode https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/_types/query_dsl/compound.ts#L160-L165
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Min = MultiValueMode{"min"} Max = MultiValueMode{"max"} Avg = MultiValueMode{"avg"} Sum = MultiValueMode{"sum"} )
Functions ¶
This section is empty.
Types ¶
type MultiValueMode ¶
type MultiValueMode struct {
// contains filtered or unexported fields
}
func (MultiValueMode) MarshalText ¶
func (m MultiValueMode) MarshalText() (text []byte, err error)
func (MultiValueMode) String ¶
func (m MultiValueMode) String() string
func (*MultiValueMode) UnmarshalText ¶
func (m *MultiValueMode) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.