How to implement fast search on Azure Blob?

前端 未结 3 1583
轻奢々
轻奢々 2021-01-21 12:57

I am done with writing the code to upload files (text files) to azure blob storage. Now I want to provide search based on text files content. For ex. If I search for \"Hello\" t

3条回答
  •  没有蜡笔的小新
    2021-01-21 13:42

    That is a very bad way to do it. It will be very slow. The best option for this is Azure Search. Search can now automatically index your blobs!

提交回复
热议问题