Skip to content

Commit d24515e

Browse files
committed
tighten up intro section
1 parent 1550c3d commit d24515e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/search/search-what-is-azure-search.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ ms.custom: contperf-fy21q1
1515

1616
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.
1717

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:
2219

2320
+ 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
2724
+ Azure integration at the data layer, machine learning layer, and AI (Cognitive Services)
2825

26+
> [!div class="nextstepaction"]
27+
> [Create a search service](search-create-service-portal.md)
28+
2929
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.
3030

3131
![Azure Cognitive Search architecture](media/search-what-is-azure-search/azure-search-diagram.svg "Azure Cognitive Search architecture")

0 commit comments

Comments
 (0)