Share via

Azure search index

Anonymous
2020-08-15T12:22:46.593+00:00

I'm working on Azure search, is there a way we can search across multiple indexes?
If it is possible can anyone suggest some resources, It will be so helpful.

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.

0 comments No comments

Answer accepted by question author
  1. Destin Joy 1,871 Reputation points
    2020-08-15T17:35:11.837+00:00

    This operation is not supported. Search is always scoped to a single index.

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jose Luis Mantilla 0 Reputation points
    2024-05-03T18:14:18.8966667+00:00

    Guys, I just want to let you know that I've tested many Azure API versions and the only way to be able to create an index for Azure AI Search was the 2024-03-01-Preview, I'd appreciate someone validates it because the latest stable didnt work showing ...

    {"error":{"code":"","message":"The request is invalid. Details: The property 'stored' does not exist on type 'Microsoft.Azure.Search.V2023_11_01.SchemaField'. Make sure to only use property names that are defined by the type."}}

    I'm afraid of someone removes this preview version in a near future because I have a pipeline that creates and delete a lot of indexes and I depends on the API.

    Thank you so much

    0 comments No comments

Your answer

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