Skip to content

Commit e0b8fa2

Browse files
authored
Merge pull request #105487 from HeidiSteen/heidist-master
[Azure Cognitive Search] Freshness pass - Java quickstart
2 parents fde69e3 + 988c4f8 commit e0b8fa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/search/cognitive-search-resources-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 11/04/2019
11+
ms.date: 02/25/2020
1212
---
1313
# Documentation resources for AI enrichment in Azure Cognitive Search
1414

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: heidist
99
ms.devlang: java
1010
ms.service: cognitive-search
1111
ms.topic: quickstart
12-
ms.date: 11/04/2019
12+
ms.date: 02/25/2020
1313
---
1414
# Quickstart: Create an Azure Cognitive Search index in Java using REST APIs
1515
> [!div class="op_single_selector"]
@@ -21,7 +21,7 @@ ms.date: 11/04/2019
2121
> * [Python](search-get-started-python.md)
2222
> * [Postman](search-get-started-postman.md)
2323
24-
Create a Java console application that creates, loads, and queries an Azure Cognitive Search index using [IntelliJ](https://www.jetbrains.com/idea/), [Java 11 SDK](/java/azure/jdk/?view=azure-java-stable), and the [Azure Cognitive Search REST API](/rest/api/searchservice/).This article provides step-by-step instructions for creating the application. Alternatively, you can [download and run the complete application](/samples/azure-samples/azure-search-java-samples/java-sample-quickstart/).
24+
Create a Java console application that creates, loads, and queries a search index using [IntelliJ](https://www.jetbrains.com/idea/), [Java 11 SDK](/java/azure/jdk/?view=azure-java-stable), and the [Azure Cognitive Search REST API](/rest/api/searchservice/). This article provides step-by-step instructions for creating the application. Alternatively, you can [download and run the complete application](/samples/azure-samples/azure-search-java-samples/java-sample-quickstart/).
2525

2626
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2727

0 commit comments

Comments
 (0)