Skip to content

Commit 07c6f86

Browse files
committed
Refreshed screenshots
1 parent de51ed2 commit 07c6f86

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

articles/search/cognitive-search-quickstart-blob.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ You are now ready to move on the Import data wizard.
6565

6666
### Step 1 - Create a data source
6767

68-
1. In **Connect to your data**, choose **Azure Blob Storage**. Choose an existing connection to the storage account and container you created. Give the data source a name, and use default values for the rest.
68+
1. In **Connect to your data**, choose **Azure Blob Storage**.
6969

70-
:::image type="content" source="media/cognitive-search-quickstart-blob/blob-datasource.png" alt-text="Azure blob configuration" border="false":::
70+
1. Choose an existing connection to the storage account and select the container you created. Give the data source a name, and use default values for the rest.
71+
72+
:::image type="content" source="media/cognitive-search-quickstart-blob/blob-datasource.png" alt-text="Azure blob configuration" border="true":::
7173

7274
Continue to the next page.
7375

@@ -77,7 +79,7 @@ Next, configure AI enrichment to invoke OCR, image analysis, and natural languag
7779

7880
1. For this quickstart, we are using the **Free** Cognitive Services resource. The sample data consists of 14 files, so the free allotment of 20 transaction on Cognitive Services is sufficient for this quickstart.
7981

80-
:::image type="content" source="media/cognitive-search-quickstart-blob/cog-search-attach.png" alt-text="Attach Cognitive Services attach base service" border="false":::
82+
:::image type="content" source="media/cognitive-search-quickstart-blob/cog-search-attach.png" alt-text="Attach Cognitive Services attach base service" border="true":::
8183

8284
1. Expand **Add enrichments** and make four selections.
8385

@@ -97,13 +99,13 @@ An index contains your searchable content and the **Import data** wizard can usu
9799

98100
For this quickstart, the wizard does a good job setting reasonable defaults:
99101

100-
+ Default fields are based on properties for existing blobs plus new fields to contain enrichment output (for example, `people`, `organizations`, `locations`). Data types are inferred from metadata and by data sampling.
102+
+ Default fields are based on metadata properties for existing blobs, plus the new fields for the enrichment output (for example, `people`, `organizations`, `locations`). Data types are inferred from metadata and by data sampling.
101103

102104
+ Default document key is *metadata_storage_path* (selected because the field contains unique values).
103105

104-
+ Default attributes are **Retrievable** and **Searchable**. **Searchable** allows full text search a field. **Retrievable** means field values can be returned in results. The wizard assumes you want these fields to be retrievable and searchable because you created them via a skillset.
106+
+ Default attributes are **Retrievable** and **Searchable**. **Searchable** allows full text search a field. **Retrievable** means field values can be returned in results. The wizard assumes you want these fields to be retrievable and searchable because you created them via a skillset. Select **Filterable** if you want to use fields in a filter expression.
105107

106-
:::image type="content" source="media/cognitive-search-quickstart-blob/index-fields.png" alt-text="Index fields" border="false":::
108+
:::image type="content" source="media/cognitive-search-quickstart-blob/index-fields.png" alt-text="Index fields" border="true":::
107109

108110
Marking a field as **Retrievable** does not mean that the field *must* be present in the search results. You can control search results composition by using the **$select** query parameter to specify which fields to include.
109111

@@ -115,7 +117,7 @@ The indexer drives the indexing process. It specifies the data source name, a ta
115117

116118
1. In the **Indexer** page, you can accept the default name and click the **Once** schedule option to run it immediately.
117119

118-
:::image type="content" source="media/cognitive-search-quickstart-blob/indexer-def.png" alt-text="Indexer definition" border="false":::
120+
:::image type="content" source="media/cognitive-search-quickstart-blob/indexer-def.png" alt-text="Indexer definition" border="true":::
119121

120122
1. Click **Submit** to create and simultaneously run the indexer.
121123

5.31 KB
Loading
-14.7 KB
Loading
14.7 KB
Loading
-545 Bytes
Loading

0 commit comments

Comments
 (0)