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