title | description | services | manager | documentationcenter | author | ms.assetid | ms.service | ms.devlang | ms.workload | ms.topic | ms.tgt_pltfrm | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Query an index (portal - Azure Search) | Microsoft Docs |
Issue a search query in the Azure Portal's Search Explorer. |
search |
jhubbard |
ashmaka |
8e524188-73a7-44db-9e64-ae8bf66b05d3 |
search |
NA |
search |
get-started-article |
na |
07/10/2017 |
ashmaka |
[!div class="op_single_selector"]
This article shows you how to query an 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.
- Click All resources in the jump bar on the left side of the Azure portal.
- Select your Azure Search service.
Select the index you would like to search from the Indexes tile.
Click on the Search Explorer tile to slide open the search bar and results pane.
When using the Search Explorer, you can specify query parameters to formulate the query.
-
In Query string, type a query and then press Search.
The query string is automatically parsed into the proper request URL to submit a HTTP request against the Azure Search REST API.
You can use any valid simple or full Lucene query syntax to create the request. The
*
character is equivalent to an empty or unspecified search that returns all documents in no particular order. -
In Results, query results are presented in raw JSON, identical to the payload returned in an HTTP Response Body when issuing requests programmatically.
The following resources provide additional query syntax information and examples.