Documentation ¶
Overview ¶
Package edgengramside https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/_types/analysis/token_filters.ts#L73-L76
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Front = EdgeNGramSide{"front"} Back = EdgeNGramSide{"back"} )
Functions ¶
This section is empty.
Types ¶
type EdgeNGramSide ¶
type EdgeNGramSide struct {
// contains filtered or unexported fields
}
func (EdgeNGramSide) MarshalText ¶
func (e EdgeNGramSide) MarshalText() (text []byte, err error)
func (EdgeNGramSide) String ¶
func (e EdgeNGramSide) String() string
func (*EdgeNGramSide) UnmarshalText ¶
func (e *EdgeNGramSide) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.