Skip to content

Commit 7208a9e

Browse files
Merge pull request #1231 from HeidiSteen/heidist-qs
Fix REST API reference in synonyms doc
2 parents 51bd8dc + e0f18f5 commit 7208a9e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/search/includes/quickstarts/java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-ai-search
55
ms.custom:
66
- ignite-2023
77
ms.topic: include
8-
ms.date: 10/07/2024
8+
ms.date: 11/01/2024
99
---
1010

1111
Build a Java console application using the [Azure.Search.Documents](/java/api/overview/azure/search) library to create, load, and query a search index.
@@ -65,12 +65,12 @@ Use the following tools to create this quickstart.
6565
<dependency>
6666
<groupId>com.azure</groupId>
6767
<artifactId>azure-search-documents</artifactId>
68-
<version>11.5.2</version>
68+
<version>11.7.3</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.azure</groupId>
7272
<artifactId>azure-core</artifactId>
73-
<version>1.34.0</version>
73+
<version>1.53.0</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>junit</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom:
1414
- devx-track-python
1515
- ignite-2023
1616
ms.topic: quickstart
17-
ms.date: 10/07/2024
17+
ms.date: 11/01/2024
1818
---
1919

2020
# Quickstart: Full text search using the Azure SDKs

articles/search/search-synonyms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ If the synonym map exists on the search service, it's used on the next query, wi
155155
Use the [Create or Update Index (REST API)](/rest/api/searchservice/indexes/create-or-update) to modify a field definition.
156156

157157
```http
158-
POST /indexes?api-version=2024-07-01
158+
PUT /indexes?api-version=2024-07-01
159159
{
160160
"name":"hotels-sample-index",
161161
"fields":[

0 commit comments

Comments
 (0)