Skip to content

@lancedb/lancedbDocs


@lancedb/lancedb / FtsToken

Interface: FtsToken

Token produced by the tokenizer configured on a full-text search index.

Properties

position

position: number;

Token position used by full-text query matching.


text

text: string;

Token text after tokenizer filters have been applied.