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-get-started-portal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The wizard creates multiple objects on your search service, including a [searcha
29
29
30
30
+ An Azure AI Search service. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) in your current subscription. You can use a free service for this quickstart.
31
31
32
-
+Completion of [Import data wizards in the Azure portal](search-import-data-portal.md).
32
+
+Familiarity with the wizard. See [Import data wizards in the Azure portal](search-import-data-portal.md) for details.
33
33
34
34
### Check for network access
35
35
@@ -95,7 +95,7 @@ To skip this step in the wizard:
95
95
96
96
The wizard infers a schema for the hotels-sample index. To configure the index:
97
97
98
-
1. Accept the system-generated values for the **Index name** (_hotels-sample-index_) and **Key** (_HotelId_) fields.
98
+
1. Accept the system-generated values for the **Index name** (_hotels-sample-index_) and **Key** (_HotelId_).
99
99
100
100
1. Accept the system-generated values for all field attributes.
101
101
@@ -107,7 +107,7 @@ At a minimum, the search index requires a name and a collection of fields. The w
107
107
108
108
Each field has a name, a data type, and attributes that control how the field is used in the index. Use the checkboxes to enable or disable the following attributes:
109
109
110
-
| Attribute | Description |Possible data types |
110
+
| Attribute | Description |Applicable data types |
| Retrievable | Fields returned in a query response. | Strings and integers |
113
113
| Filterable | Fields that accept a filter expression. | Integers |
@@ -181,7 +181,7 @@ To query your search index:
181
181
182
182
:::image type="content" source="media/search-get-started-portal/search-explorer-query-string.png" alt-text="Screenshot that shows how to enter and run a query in the Search Explorer tool.":::
183
183
184
-
1.Use the mini map to jump to nonvisible areas of the output.
184
+
1.To jump to nonvisible areas of the output, use the mini map.
185
185
186
186
:::image type="content" source="media/search-get-started-portal/search-explorer-query-results.png" alt-text="Screenshot that shows long results for a query in the Search Explorer tool and the mini-map.":::
187
187
@@ -249,7 +249,7 @@ The default syntax is [simple syntax](query-simple-syntax.md), but if you want f
249
249
250
250
Misspelled query terms, like `seatle` instead of `Seattle`, don't return matches in a typical search. The `queryType=full` parameter invokes the full Lucene query parser, which supports the tilde (`~`) operand. When these parameters are present, the query performs a fuzzy search for the specified keyword and matches on terms that are similar but not an exact match.
251
251
252
-
Take a minute to try these example queries for your index. To learn more about queries, see [Querying in Azure AI Search](search-query-overview.md).
252
+
Take a minute to try these example queries on your index. For more information, see [Querying in Azure AI Search](search-query-overview.md).
253
253
254
254
## Clean up resources
255
255
@@ -258,7 +258,7 @@ When you work in your own subscription, it's a good idea at the end of a project
258
258
In the Azure portal, you can find and manage resources for your service under **All resources** or **Resource groups** in the left pane.
259
259
260
260
> [!NOTE]
261
-
> Free search services are limited to three indexes, three indexers, and three data sources. To stay under the limit, you can delete individual objects in the Azure portal.
261
+
> If you're using a free search service, remember that the limit is three indexes, three indexers, and three data sources. You can delete individual objects in the Azure portal to stay under the limit.
0 commit comments