Skip to content

Commit fda8a95

Browse files
authored
Merge pull request #223116 from HeidiSteen/heidist-fresh
[azure search] Metadata update (file ownership)
2 parents 006b04e + 718bee6 commit fda8a95

12 files changed

+28
-26
lines changed

articles/search/performance-benchmarks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Performance benchmarks
33
titleSuffix: Azure Cognitive Search
44
description: Learn about the performance of Azure Cognitive Search through various performance benchmarks
5-
author: dereklegenzoff
65

7-
ms.author: delegenz
6+
author: gmndrg
7+
ms.author: gimondra
88
ms.service: cognitive-search
99
ms.topic: conceptual
10-
ms.date: 04/07/2021
10+
ms.date: 01/5/2022
1111
---
1212

1313
# Azure Cognitive Search performance benchmarks

articles/search/samples-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
ms.date: 01/04/2023
1212
---
1313

14-
# .NET (C#) code samples for Azure Cognitive Search
14+
# C# samples for Azure Cognitive Search
1515

1616
Learn about the C# code samples that demonstrate the functionality and workflow of an Azure Cognitive Search solution. These samples use the [**Azure Cognitive Search client library**](/dotnet/api/overview/azure/search) for the [**Azure SDK for .NET**](/dotnet/azure/), which you can explore through the following links.
1717

articles/search/samples-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
ms.date: 01/04/2023
1212
---
1313

14-
# Java code samples for Azure Cognitive Search
14+
# Java samples for Azure Cognitive Search
1515

1616
Learn about the Java code samples that demonstrate the functionality and workflow of an Azure Cognitive Search solution. These samples use the [**Azure Cognitive Search client library**](/java/api/overview/azure/search-documents-readme) for the [**Azure SDK for Java**](/azure/developer/java/sdk), which you can explore through the following links.
1717

articles/search/samples-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
ms.date: 01/04/2023
1212
---
1313

14-
# JavaScript code samples for Azure Cognitive Search
14+
# JavaScript samples for Azure Cognitive Search
1515

1616
Learn about the JavaScript code samples that demonstrate the functionality and workflow of an Azure Cognitive Search solution. These samples use the [**Azure Cognitive Search client library**](/javascript/api/overview/azure/search-documents-readme) for the [**Azure SDK for JavaScript**](/azure/developer/javascript/), which you can explore through the following links.
1717

articles/search/samples-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
ms.date: 01/04/2023
1212
---
1313

14-
# Python code samples for Azure Cognitive Search
14+
# Python samples for Azure Cognitive Search
1515

1616
Learn about the Python code samples that demonstrate the functionality and workflow of an Azure Cognitive Search solution. These samples use the [**Azure Cognitive Search client library**](/python/api/overview/azure/search-documents-readme) for the [**Azure SDK for Python**](/azure/developer/python/), which you can explore through the following links.
1717

articles/search/samples-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
ms.date: 01/04/2023
1212
---
1313

14-
# REST code samples for Azure Cognitive Search
14+
# REST samples for Azure Cognitive Search
1515

1616
Learn about the REST API samples that demonstrate the functionality and workflow of an Azure Cognitive Search solution. These samples use the [**Search REST APIs**](/rest/api/searchservice).
1717

articles/search/search-get-started-javascript.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
title: 'Quickstart: Create a search index in JavaScript'
33
titleSuffix: Azure Cognitive Search
44
description: In this JavaScript quickstart, learn how to create an index, load data, and run queries on Azure Cognitive Search using JavaScript
5-
author: dereklegenzoff
6-
ms.author: delegenz
5+
6+
author: HeidiSteen
7+
ms.author: heidist
8+
79
ms.devlang: javascript
810
ms.service: cognitive-search
911
ms.topic: quickstart
10-
ms.date: 09/09/2022
12+
ms.date: 01/05/2023
1113
ms.custom: devx-track-js, mode-api
1214
---
1315

articles/search/search-how-to-alias.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: Create an index alias
33
titleSuffix: Azure Cognitive Search
44
description: Create an alias to define a secondary name that can be used to refer to an index for querying, indexing, and other operations.
55

6-
author: dereklegenzoff
7-
ms.author: delegenz
6+
author: gmndrg
7+
ms.author: gimondra
88
ms.service: cognitive-search
99
ms.topic: how-to
10-
ms.date: 03/01/2022
10+
ms.date: 01/05/2023
1111
---
1212

1313
# Create an index alias in Azure Cognitive Search

articles/search/search-howto-aad.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: Authorize search app requests using Azure AD
33
titleSuffix: Azure Cognitive Search
44
description: Acquire a token from Azure AD to authorize search requests to an app built on Azure Cognitive Search.
55

6-
author: dereklegenzoff
7-
ms.author: delegenz
6+
author: gmndrg
7+
ms.author: gimondra
88
ms.service: cognitive-search
99
ms.topic: how-to
10-
ms.date: 7/20/2022
10+
ms.date: 1/05/2022
1111
ms.custom: subject-rbac-steps
1212
---
1313

articles/search/search-manage-azure-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Azure CLI scripts using the az search module
33
titleSuffix: Azure Cognitive Search
44
description: Create and configure an Azure Cognitive Search service with the Azure CLI. You can scale a service up or down, manage admin and query api-keys, and query for system information.
55

6-
author: DerekLegenzoff
7-
ms.author: delegenz
6+
author: mattmsft
7+
ms.author: magottei
88
ms.service: cognitive-search
99
ms.devlang: azurecli
1010
ms.topic: how-to
11-
ms.date: 06/08/2022
11+
ms.date: 01/05/2023
1212
---
1313

1414
# Manage your Azure Cognitive Search service with the Azure CLI

0 commit comments

Comments
 (0)