FullTextTokenizer generates full-text tokens from string data.
| 554 | |
| 555 | // FullTextTokenizer generates full-text tokens from string data. |
| 556 | type FullTextTokenizer struct{ lang string } |
| 557 | |
| 558 | func (t FullTextTokenizer) Name() string { return "fulltext" } |
| 559 | func (t FullTextTokenizer) Type() string { return "string" } |
nothing calls this directly
no outgoing calls
no test coverage detected