Can a semantic query type support advanced query forms?

Vadiraj Rao 0 Reputation points
2023-03-29T09:39:43.8666667+00:00

I am working with Azure Cognitive Search and while going through its documentation I came across the advanced query forms like fielded search, fuzzy search, proximity search and many more, but all of these advanced forms were supported by queryType = full

Are these advanced query forms also supported by queryType = semantic?

Here is the documentation link I am referring to: https://learn.microsoft.com/en-us/azure/search/search-query-overview

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,015 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 18,046 Reputation points
    2023-03-30T05:37:28.9033333+00:00

    Hello @Vadiraj Rao ,

    Thanks for the question. The advanced query forms like fielded search, fuzzy search, proximity search, etc are not currently supported by queryType=semantic. Only the simple query syntax is supported by queryType=semantic

    The full Lucene query syntax, which supports advanced query forms, is only supported by queryType=full

    Please see this Azure doc for more info:

    https://learn.microsoft.com/en-us/azure/search/search-lucene-query-architecture

    Hope that helps

    -Grace

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.