Search code examples
pythonazureazure-service-fabricazure-cognitive-searchazure-rest-api

How to Refresh the (indexes) azure search service, recently uploaded file in Blob container without using cron job


I have created azure storage account and blob container and also created azure search service added blob container in this search service so when i upload new document to the blob i need to refresh the indexer through the REST API call using python please give me a suggestion is there API to refresh the indexer.


Solution

  • An indexer can have a schedule, so the indexer will automatically run periodically and index new or changed blobs. Take a look at indexing blob storage.