Documentation
¶
Overview ¶
Package keeptypesmode https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/_types/analysis/token_filters.ts#L212-L215
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Include = KeepTypesMode{"include"} Exclude = KeepTypesMode{"exclude"} )
Functions ¶
This section is empty.
Types ¶
type KeepTypesMode ¶
type KeepTypesMode struct {
// contains filtered or unexported fields
}
func (KeepTypesMode) MarshalText ¶
func (k KeepTypesMode) MarshalText() (text []byte, err error)
func (KeepTypesMode) String ¶
func (k KeepTypesMode) String() string
func (*KeepTypesMode) UnmarshalText ¶
func (k *KeepTypesMode) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.