@lancedb/lancedb β’ Docs
@lancedb/lancedb / FullTextQueryType
Enumeration: FullTextQueryType
Enum representing the types of full-text queries supported.
Match
: Performs a full-text search for terms in the query string.MatchPhrase
: Searches for an exact phrase match in the text.Boost
: Boosts the relevance score of specific terms in the query.MultiMatch
: Searches across multiple fields for the query terms.