AZURE COGNITIVE SEARCH: Create Indexer through POSTMAN
Indexers use a predefined data source and index to establish an indexing pipeline that extracts and serializes source data, passing it to a search service for data ingestion. Method: POST URL: https://[name of the search service].search.windows.net/indexers?api-version=[api version] Authorization: Type – API Key Vale- [Value of the Primary Key] Add to- Header Headers: Content-Type- “application/json” API-Key – [value of the api key] Body: {
Read more