1
- # ## YamlMime:YamlDocument
2
- documentType : LandingData
3
- title : Azure Search Documentation
1
+ # ## YamlMime:Landing
2
+
3
+ title : Azure Search documentation # < 60 chars
4
+ summary : Cloud search over private heterogenous content, with options for AI enrichment if your content is unstructured or unsearchable in raw form.
4
5
metadata :
5
- document_id :
6
- title : Azure Search Documentation – Tutorials, quickstarts, API references
7
- description : Learn how to create an enterprise search solution over private, heterogenous content using Azure Search. Tutorials, API references, and other docs show you how to consolidate searchable content into a single fast index, queryable using simple-to-advanced syntax for a broad range of scenarios.
6
+ title : Azure Search documentation
7
+ description : Cloud search over private heterogenous content, with options for AI enrichment if your content is unstructured or unsearchable in raw form.
8
8
services : search
9
- author : HeidiSteen
10
- manager : nitinme
11
- ms.service : search
12
- ms.topic : landing-page
13
- ms.date : 08/12/2019
14
- ms.author : heidist
15
- abstract :
16
- description : Learn how to create an enterprise search solution over private, heterogenous content using Azure Search. Tutorials, API references, and other docs show you how to consolidate searchable content into a single fast index, queryable using simple-to-advanced syntax for a broad range of scenarios. <p/><a href="/azure/search/cognitive-search-concept-intro"><b>Cognitive search</b></a> is a feature of Azure Search that attaches AI processes to indexing, detecting text and characteristics in image files, and finding patterns in large blocks of unstructured text. AI processes are backed by Cognitive Services.<p/><a href="/azure/search/knowledge-store-concept-intro"><b>Knowledge store (Preview)</b></a> extends cognitive search, saving AI enrichments to storage where you can view, reshape, and consume them in client apps or downstream processes.
17
- aside :
18
- image :
19
- alt :
20
- height : 110
21
- src : https://docs.microsoft.com/azure/search/media/index/search-page-callouts3.png
22
- width : 250
23
- title : What is Azure Search (1:27)
24
- href : https://channel9.msdn.com/Blogs/Azure/What-is-Azure-Search/player
25
- width : 250
26
- sections :
27
- - title : 5-Minute Quickstarts
28
- items :
29
- - type : paragraph
30
- text : ' Start with a Search service in the portal, then define, load, and query indexes in C# or REST.'
31
- - type : list
32
- style : icon48
33
- items :
34
- - image :
35
- src : /azure/search/media/index/portal.svg
36
- text : Azure portal
37
- href : https://docs.microsoft.com/azure/search/search-create-service-portal
38
- - image :
39
- src : /azure/search/media/index/logo_Csharp.svg
40
- text : .NET
41
- href : https://docs.microsoft.com/azure/search/search-create-index-dotnet
42
- - image :
43
- src : /azure/search/media/index/rest.svg
44
- text : REST
45
- href : https://docs.microsoft.com/azure/search/search-get-started-postman
46
- - title : Step-by-Step Tutorials
47
- items :
48
- - type : paragraph
49
- text : Code in .NET or REST, or try the portal for quick concept testing.
50
- - type : list
51
- style : ordered
52
- items :
53
- - html : <a href="/azure/search/search-get-started-portal">Use the portal for indexing and query testing</a>
54
- - html : <a href="/azure/search/search-howto-dotnet-sdk">Use .NET to write your first search solution</a>
55
- - html : <a href="/azure/search/cognitive-search-tutorial-blob">Enrich with AI (Cognitive Services)</a>
56
- - html : <a href="/azure/search/search-indexer-tutorial">Index Azure SQL Database content with .NET</a>
57
- - html : <a href="/azure/search/search-semi-structured-data">Index semi-structured data in Azure Blob storage with REST</a>
58
- - title : Reference
59
- items :
60
- - type : list
61
- style : cards
62
- className : cardsD
63
- items :
64
- - title : Languages
65
- html : <p><a href="/dotnet/api/?term=microsoft.azure.search">.NET</a></p><p><a href="/dotnet/api/?term=microsoft.azure.management.search">.NET (Management)</a></p><p><a href="https://docs.microsoft.com/python/api/?view=azure-python&term=search">Python (Management)</a></p>
66
- - title : REST
67
- html : <p><a href="/rest/api/searchservice">Service API Reference</a></p><p><a href="/rest/api/searchmanagement">Management API Reference</a></p>
9
+ ms.service : service # Required; service per approved list. service slug assigned to your service by ACOM.
10
+ ms.subservice : cognitive-search
11
+ ms.topic : landing-page # Required
12
+ ms.collection : collection
13
+ author : HeidiSteen # Required; your GitHub user alias, with correct capitalization.
14
+ ms.author : heidist # Required; microsoft alias of author; optional team alias.
15
+ ms.date : 09/20/2019 # Required; mm/dd/yyyy format.
16
+
17
+ # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
18
+
19
+ landingContent :
20
+ # Cards and links should be based on top customer tasks or top subjects
21
+ # Start card title with a verb
22
+ # Card
23
+ - title : About Azure Search
24
+ linkLists :
25
+ - linkListType : overview
26
+ links :
27
+ - text : What is Azure Search?
28
+ url : search-what-is-azure-search.md
29
+ - linkListType : architecture
30
+ links :
31
+ - text : How full text search works in Azure Search
32
+ url : search-lucene-query-architecture.md
33
+ - linkListType : video
34
+ links :
35
+ - text : What is Azure Search (1 min 27 sec)
36
+ url : https://channel9.msdn.com/Blogs/Azure/What-is-Azure-Search/player
37
+
38
+ # Card
39
+ - title : Get started
40
+ linkLists :
41
+ - linkListType : quickstart
42
+ links :
43
+ - text : Create a service
44
+ url : search-create-service-portal.md
45
+ - text : Create an index
46
+ url : search-get-started-portal.md
47
+ - text : Create an enrichment pipeline
48
+ url : cognitive-search-quickstart-blob.md
49
+ - linkListType : learn
50
+ links :
51
+ - text : Introduction to Azure Search
52
+ url : https://docs.microsoft.com/learn/modules/intro-to-azure-search/
53
+
54
+ # Card
55
+ - title : Index your data
56
+ linkLists :
57
+ - linkListType : concept
58
+ links :
59
+ - text : Defining an index
60
+ url : search-what-is-an-index.md
61
+ - text : Importing data
62
+ url : search-what-is-data-import.md
63
+ - text : Use an indexer
64
+ url : search-indexer-overview.md
65
+ - linkListType : how-to-guide
66
+ links :
67
+ - text : Index from Blob storage
68
+ url : search-howto-indexing-azure-blob-storage.md
69
+ - text : Index JSON blobs
70
+ url : search-howto-index-json-blobs.md
71
+ - text : Index from Azure SQL Database
72
+ url : search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md
73
+ - text : Index from Cosmos DB data
74
+ url : search-howto-index-cosmosdb.md
75
+ - linkListType : reference
76
+ links :
77
+ - text : Create Index (REST)
78
+ url : https://docs.microsoft.com/rest/api/searchservice/create-index
79
+ - text : Create Indexer (REST)
80
+ url : https://docs.microsoft.com/rest/api/searchservice/create-indexer
81
+ # Card
82
+ - title : Enrich your data
83
+ linkLists :
84
+ - linkListType : concept
85
+ links :
86
+ - text : What is cognitive search?
87
+ url : cognitive-search-concept-intro.md
88
+ - text : Skillsets
89
+ url : cognitive-search-defining-skillset.md
90
+ - text : Knowledge stores
91
+ url : knowledge-store-concept-intro.md
92
+ - text : Projections
93
+ url : knowledge-store-projection-overview.md
94
+ - linkListType : how-to-guide
95
+ links :
96
+ - text : Attach Cognitive Services
97
+ url : cognitive-search-attach-cognitive-services.md
98
+ - text : Define a skillset
99
+ url : cognitive-search-defining-skillset.md
100
+ - text : Create a knowledge store
101
+ url : knowledge-store-create-portal.md
102
+ - linkListType : reference
103
+ links :
104
+ - text : Predefined skills
105
+ url : cognitive-search-predefined-skills.md
106
+
107
+ # Card
108
+ - title : Query your data
109
+ linkLists :
110
+ - linkListType : concept
111
+ links :
112
+ - text : Overview
113
+ url : search-query-overview.md
114
+ - text : Simple syntax (default)
115
+ url : query-simple-syntax.md
116
+ - text : Full Lucene syntax
117
+ url : query-lucene-syntax.md
118
+ - linkListType : how-to-guide
119
+ links :
120
+ - text : Create a simple query
121
+ url : search-query-simple-examples.md
122
+ - text : Use full syntax
123
+ url : search-query-lucene-examples.md
124
+ - linkListType : reference
125
+ links :
126
+ - text : OData language reference
127
+ url : query-odata-filter-orderby-syntax.md
128
+ - text : Search Documents (REST)
129
+ url : https://docs.microsoft.com/rest/api/searchservice/search-documents
130
+
131
+ # Card
132
+ - title : Help and feedback
133
+ linkLists :
134
+ - linkListType : reference
135
+ links :
136
+ - text : FAQ
137
+ url : search-faq-frequently-asked-questions.md
138
+ - text : Ask questions on Stack Overflow
139
+ url : https://stackoverflow.com/questions/tagged/azure-search
140
+ - text : Request a feature
141
+ url : https://feedback.azure.com/forums/263029-azure-search
0 commit comments