Building a Search Engine with Azure Cognitive Search
When in need of a search engine, it's always a good idea to use tested and well-known solutions that have been available on the market for a while. One of those solutions is Azure Cognitive Search (formerly known as Azure Search), which offers a search-as-a-service cloud solution with an API for developers, so users can focus on developing a working solution without the need to manage infrastructure or configuration.
The following topics will be covered in this chapter:
- Creating an Azure Cognitive Search instance
- A full-text search in Azure Cognitive Search
- Linguistic analysis in full-text search
- Indexing in Azure Cognitive Search
- Cognitive search – adding AI to the indexing workloads