disableSemanticSearch
A Boolean value that indicates whether to exclude semantic-based search results from the output.
Declaration
var disableSemanticSearch: Bool { get set }Discussion
Semantic searching finds matches that are related to the original term, but not necessarily a lexical match. For example, a search for the string “Sun and Moon” might also return a result with a title like “Sol and Luna”. The default value of this property is true, which enables the delivery of semantic search results.
You might set this property to false when you want to perform only a lexical match. For example, you might disable semantic search when looking for a proper name.