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/cognitive-search-quickstart-blob.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,11 @@ You are now ready to move on the Import data wizard.
65
65
66
66
### Step 1 - Create a data source
67
67
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**.
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.
@@ -77,7 +79,7 @@ Next, configure AI enrichment to invoke OCR, image analysis, and natural languag
77
79
78
80
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.
79
81
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":::
81
83
82
84
1. Expand **Add enrichments** and make four selections.
83
85
@@ -97,13 +99,13 @@ An index contains your searchable content and the **Import data** wizard can usu
97
99
98
100
For this quickstart, the wizard does a good job setting reasonable defaults:
99
101
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.
101
103
102
104
+ Default document key is *metadata_storage_path* (selected because the field contains unique values).
103
105
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.
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.
109
111
@@ -115,7 +117,7 @@ The indexer drives the indexing process. It specifies the data source name, a ta
115
117
116
118
1. In the **Indexer** page, you can accept the default name and click the **Once** schedule option to run it immediately.
0 commit comments