Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.75 KB

search-explorer.md

File metadata and controls

67 lines (47 loc) · 2.75 KB
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

Query an Azure Search index using Search Explorer in the Azure Portal

[!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.

Open the service dashboard

  1. Click All resources in the jump bar on the left side of the Azure portal.
  2. Select your Azure Search service.

Select an index

Select the index you would like to search from the Indexes tile.

Open Search Explorer

Click on the Search Explorer tile to slide open the search bar and results pane.

Start searching

When using the Search Explorer, you can specify query parameters to formulate the query.

  1. 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.

  2. In Results, query results are presented in raw JSON, identical to the payload returned in an HTTP Response Body when issuing requests programmatically.

Next steps

The following resources provide additional query syntax information and examples.