Documentation
¶
Overview ¶
Package icucollationstrength https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/_types/analysis/icu-plugin.ts#L103-L109
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Primary = IcuCollationStrength{"primary"} Secondary = IcuCollationStrength{"secondary"} Tertiary = IcuCollationStrength{"tertiary"} Quaternary = IcuCollationStrength{"quaternary"} Identical = IcuCollationStrength{"identical"} )
Functions ¶
This section is empty.
Types ¶
type IcuCollationStrength ¶
type IcuCollationStrength struct {
// contains filtered or unexported fields
}
func (IcuCollationStrength) MarshalText ¶
func (i IcuCollationStrength) MarshalText() (text []byte, err error)
func (IcuCollationStrength) String ¶
func (i IcuCollationStrength) String() string
func (*IcuCollationStrength) UnmarshalText ¶
func (i *IcuCollationStrength) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.