|
1 | 1 | ---
|
2 |
| -title: Tools for search indexing |
| 2 | +title: Productivity tools |
3 | 3 | titleSuffix: Azure Cognitive Search
|
4 | 4 | description: Use existing code samples or build your own tools for working with a search index in Azure Cognitive Search.
|
5 | 5 | author: HeidiSteen
|
6 | 6 | manager: nitinme
|
7 | 7 | ms.author: heidist
|
8 | 8 | ms.service: cognitive-search
|
9 | 9 | ms.topic: conceptual
|
10 |
| -ms.date: 09/20/2022 |
| 10 | +ms.date: 01/18/2023 |
11 | 11 | ---
|
12 | 12 |
|
13 |
| -# Tools - Azure Cognitive Search |
| 13 | +# Productivity tools - Azure Cognitive Search |
14 | 14 |
|
15 |
| -Tools are provided as source code that you can download, modify, and build to create an app that helps you develop or maintain a search solution. |
16 |
| - |
17 |
| -The following tools are built by engineers at Microsoft, but aren't part of the Azure Cognitive Search service and aren't under Service Level Agreement (SLA). |
| 15 | +Productivity tools are built by engineers at Microsoft, but aren't part of the Azure Cognitive Search service and aren't under Service Level Agreement (SLA). These tools are provided as source code that you can download, modify, and build to create an app that helps you develop or maintain a search solution. |
18 | 16 |
|
19 | 17 | | Tool name | Description | Source code |
|
20 | 18 | |-----------|------------ |-------------|
|
21 | 19 | | [Azure Cognitive Search Lab readme](https://github.com/Azure-Samples/azure-search-lab/blob/main/README.md) | Connects to your search service with a Web UI that exercises the full REST API, including the ability to edit a live search index. | [https://github.com/Azure-Samples/azure-search-lab](https://github.com/Azure-Samples/azure-search-lab) |
|
22 |
| -| [Knowledge Mining Accelerator readme](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/main/README.md) | Code and docs to jump start a knowledge store using your data. | [https://github.com/Azure-Samples/azure-search-knowledge-mining](https://github.com/Azure-Samples/azure-search-knowledge-mining) | |
23 | 20 | | [Back up and Restore readme](https://github.com/liamca/azure-search-backup-restore/blob/master/README.md) | Download a populated search index to your local device and then upload the index and its content to a new search service. | [https://github.com/liamca/azure-search-backup-restore](https://github.com/liamca/azure-search-backup-restore) |
|
| 21 | +| [Knowledge Mining Accelerator readme](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/main/README.md) | Code and docs to jump start a knowledge store using your data. | [https://github.com/Azure-Samples/azure-search-knowledge-mining](https://github.com/Azure-Samples/azure-search-knowledge-mining) | |
24 | 22 | | [Performance testing readme](https://github.com/Azure-Samples/azure-search-performance-testing/blob/main/README.md) | This solution helps you load test Azure Cognitive Search. It uses Apache JMeter as an open source load and performance testing tool and Terraform to dynamically provision and destroy the required infrastructure on Azure. | [https://github.com/Azure-Samples/azure-search-performance-testing](https://github.com/Azure-Samples/azure-search-performance-testing) |
|
| 23 | +| [Visual Studio Code extension](https://github.com/microsoft/vscode-azurecognitivesearch) | Although the extension is no longer available in the Visual Studio Code Marketplace, the code is open sourced at `https://github.com/microsoft/vscode-azurecognitivesearch`. You can clone and modify the tool for your own use. | |
0 commit comments