You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-what-is-azure-search.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,17 @@ ms.custom: contperf-fy21q1
15
15
16
16
Azure Cognitive Search ([formerly known as "Azure Search"](whats-new.md#new-service-name)) is a cloud search service that gives developers infrastructure, APIs, and tools for building a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications.
17
17
18
-
> [!div class="nextstepaction"]
19
-
> [Create a search service](search-create-service-portal.md)
20
-
21
-
Search is foundational to any app that surfaces text content to users, with common scenarios including catalog or document search, online retail, or data exploration over proprietary content. When you create a search service, you'll work with the following capabilities:
18
+
Search is foundational to any app that surfaces text to users, where common scenarios include catalog or document search, online retail apps, or data exploration over proprietary content. When you create a search service, you'll work with the following capabilities:
22
19
23
20
+ A search engine for full text search over a search index containing user-owned content
24
-
+ Rich indexing, with [text analysis](search-analyzers.md) and [optional AI enrichment](cognitive-search-concept-intro.md) for content extraction and transformation
25
-
+ Rich query syntax that supplements free text search with filters, autocomplete, regex, geo-search and more
26
-
+ Programmability through REST APIs and client libraries in Azure SDKs for .NET, Python, Java, and JavaScript
21
+
+ Rich indexing, with [lexical analysis](search-analyzers.md) and [optional AI enrichment](cognitive-search-concept-intro.md) for content extraction and transformation
22
+
+ Rich query syntax for text search, fuzzy search, autocomplete, geo-search and more
23
+
+ Programmability through REST APIs and client libraries in Azure SDKs
27
24
+ Azure integration at the data layer, machine learning layer, and AI (Cognitive Services)
28
25
26
+
> [!div class="nextstepaction"]
27
+
> [Create a search service](search-create-service-portal.md)
28
+
29
29
Architecturally, a search service sits between the external data stores that contain your un-indexed data, and your client app that sends query requests to a search index and handles the response.
0 commit comments