Forum Discussion
What value can ACS bring to a project
Azure Cognitive Search is a 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.
Azure Cognitive Search simplifies a lot of complexity if you are creating an application that needs a rich search experience (think "search box" and "search results"). All that goes into creating a great search experience is available over simple REST API's: 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 if you want to just get started I would recommend:
- What is cognitive search?
- Quick-start: Try cognitive search in the portal
- Tutorial: Learn the cognitive search APIs
- Example: create a custom skill
Best
Puneet Hariharan