How is it possible to make a multi-index search using Azure Search API?
Asked Answered
M

1

7

How can I made search into multiple index using azure search API?

For example:

https://{0}/indexes**('Place','vehicle')**/docs?api-version={1}&search={2}&$count=true".

Is it possible or not?

Material answered 4/10, 2014 at 18:10 Comment(0)
C
5

Based on my understanding of the search service, it is not possible to do searches spanning multiple indexes using the API. You would need to do searches on each index individually and then merge the results somehow on the client side.

Chirr answered 4/10, 2014 at 19:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.