Forum Discussion
Overview of Azure Cognitive Search
- Mar 10, 2021
Azure Cognitive Search (formerly known as "Azure Search") is a PaaS cloud search service that gives developers APIs and tools for building a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications.
If you are creating an application that needs a "search box", Azure Cognitive Search can make take care of a lot of complexity for you. Think of all that goes into creating a great search experience:
ranking that is relevant, auto-complete, suggestions, geo-spatial queries, filters, facets, etc.
We now even support new capabilities like semantic search that use the latest in AI to provide you semantic ranking and answers (this is in preview right now).
Cognitive Search Presentations to get you started:
- Intro to Cognitive Search (Ignite 2018)
- Session on creating custom skills (Build 2019)
- Session on Knowledge Store and Complex Types (Build 2019)
Cognitive Search Documentation Resources
Full List of documentation resources here, but I recommend technical folks that want to get their feet wet with our technology to start with:
- What is cognitive search?
- Quick-start: Try cognitive search in the portal
- Tutorial: Learn the cognitive search APIs
- Example: create a custom skill
I hope this was helpful! Thanks!
Luis Cabrera, Azure Cognitive Search Team
Azure Cognitive Search (formerly known as "Azure Search") is a PaaS cloud search service that gives developers APIs and tools for building a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications.
If you are creating an application that needs a "search box", Azure Cognitive Search can make take care of a lot of complexity for you. Think of all that goes into creating a great search experience:
ranking that is relevant, auto-complete, suggestions, geo-spatial queries, filters, facets, etc.
We now even support new capabilities like semantic search that use the latest in AI to provide you semantic ranking and answers (this is in preview right now).
Cognitive Search Presentations to get you started:
- Intro to Cognitive Search (Ignite 2018)
- Session on creating custom skills (Build 2019)
- Session on Knowledge Store and Complex Types (Build 2019)
Cognitive Search Documentation Resources
Full List of documentation resources here, but I recommend technical folks that want to get their feet wet with our technology to start with:
- What is cognitive search?
- Quick-start: Try cognitive search in the portal
- Tutorial: Learn the cognitive search APIs
- Example: create a custom skill
I hope this was helpful! Thanks!
Luis Cabrera, Azure Cognitive Search Team