Skip to content

@lancedb/lancedb β€’ Docs


@lancedb/lancedb / FullTextSearchOptions

Interface: FullTextSearchOptions

Options that control the behavior of a full text search

Properties

columns?

optional columns: string | string[];

The columns to search

If not specified, all indexed columns will be searched. For now, only one column can be searched.