Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExistsTokenizer ¶
type ExistsTokenizer struct{}
func NewExistsTokenizer ¶
func NewExistsTokenizer() *ExistsTokenizer
type KeywordTokenizer ¶
type KeywordTokenizer struct {
// contains filtered or unexported fields
}
func NewKeywordTokenizer ¶
func NewKeywordTokenizer(maxTokenSize int, caseSensitive, partialIndexing bool) *KeywordTokenizer
type MetaToken ¶ added in v0.62.4
func (*MetaToken) MarshalBinaryTo ¶ added in v0.62.4
type PathTokenizer ¶
type PathTokenizer struct {
// contains filtered or unexported fields
}
func NewPathTokenizer ¶
func NewPathTokenizer( maxTokenSize int, caseSensitive bool, partialIndexing bool, ) *PathTokenizer
type TextTokenizer ¶
type TextTokenizer struct {
// contains filtered or unexported fields
}
func NewTextTokenizer ¶
func NewTextTokenizer(maxTokenSize int, caseSensitive, partialIndexing bool, maxFieldValueLength int) *TextTokenizer
Click to show internal directories.
Click to hide internal directories.