@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. Enumeration Members Boost Boost: "boost"; Match Match: "match"; MatchPhrase MatchPhrase: "match_phrase"; MultiMatch MultiMatch: "multi_match";