MCPcopy
hub / github.com/dgraph-io/dgraph / FullTextTokenizer

Struct FullTextTokenizer

tok/tok.go:556–556  ·  view source on GitHub ↗

FullTextTokenizer generates full-text tokens from string data.

Source from the content-addressed store, hash-verified

554
555// FullTextTokenizer generates full-text tokens from string data.
556type FullTextTokenizer struct{ lang string }
557
558func (t FullTextTokenizer) Name() string { return "fulltext" }
559func (t FullTextTokenizer) Type() string { return "string" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected