@lancedb/lancedb • Docs
@lancedb/lancedb / FtsToken
Interface: FtsToken¶
Token produced by the tokenizer configured on a full-text search index.
Properties¶
position¶
Token position used by full-text query matching.
text¶
Token text after tokenizer filters have been applied.