Skip to content

Commit 594b812

Browse files
committed
2 parents 9a2c676 + c90f261 commit 594b812

17 files changed

+76
-64
lines changed

articles/search/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
items:
178178
- name: Basic query construction
179179
href: search-query-overview.md
180-
- name: Search Explorer (portal)
180+
- name: Search explorer (portal)
181181
href: search-explorer.md
182182
- name: Simple query syntax
183183
href: https://docs.microsoft.com/rest/api/searchservice/simple-query-syntax-in-azure-search

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Because you defined a skillset, the wizard assumes that you want the source data
119119

120120
In **Customize index**, review the attributes on the fields to see how they are used in an index. Searchable indicates a field can be searched. Retrievable means it can be returned in results.
121121

122-
Consider clearing Retrievable from the `content` field. In blobs, this field can run into thousands of lines, difficult to read in a tool like **Search Explorer**.
122+
Consider clearing Retrievable from the `content` field. In blobs, this field can run into thousands of lines, difficult to read in a tool like **Search explorer**.
123123

124124
Click **OK** to accept the index definition.
125125

@@ -142,11 +142,11 @@ Click **OK** to import, enrich, and index the data.
142142

143143
Indexing and enrichment can take time, which is why smaller data sets are recommended for early exploration. You can monitor indexing in the Notifications page of the Azure portal.
144144

145-
## Query in Search Explorer
145+
## Query in Search explorer
146146

147-
After an index is created, you can submit queries to return documents from the index. In the portal, use **Search Explorer** to run queries and view results.
147+
After an index is created, you can submit queries to return documents from the index. In the portal, use **Search explorer** to run queries and view results.
148148

149-
1. On the search service dashboard page, click **Search Explorer** on the command bar.
149+
1. On the search service dashboard page, click **Search explorer** on the command bar.
150150

151151
1. Select **Change Index** at the top to select the index you created.
152152

-2.79 KB
Loading
-2.13 KB
Loading
-779 Bytes
Loading
3.76 KB
Loading
-2.41 KB
Loading
9.4 KB
Loading
-3.26 KB
Loading

articles/search/search-explorer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: heidist
1212
---
1313
# How to use Search explorer to query indexes in Azure Search
1414

15-
This article shows you how to query an existing Azure Search index using **Search Explorer** in the Azure portal. You can use Search Explorer to submit simple or full Lucene query strings to any existing index in your service.
15+
This article shows you how to query an existing Azure Search index using **Search explorer** in the Azure portal. You can use Search explorer to submit simple or full Lucene query strings to any existing index in your service.
1616

1717
## Open the service dashboard
1818
1. Click **All resources** in the jump bar on the left side of the [Azure portal](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices).
@@ -24,15 +24,15 @@ Select the index you would like to search from the **Indexes** tile.
2424

2525
![](./media/search-explorer/pick-index.png)
2626

27-
## Open Search Explorer
27+
## Open Search explorer
2828

29-
Click on the Search Explorer tile to slide open the search bar and results pane.
29+
Click on the Search explorer tile to slide open the search bar and results pane.
3030

3131
![](./media/search-explorer/search-explorer-tile.png)
3232

3333
## Start searching
3434

35-
When using the Search Explorer, you can specify [query parameters](https://docs.microsoft.com/rest/api/searchservice/Search-Documents) to formulate the query.
35+
When using the Search explorer, you can specify [query parameters](https://docs.microsoft.com/rest/api/searchservice/Search-Documents) to formulate the query.
3636

3737
1. In **Query string**, type a query and then press **Search**.
3838

0 commit comments

Comments
 (0)