Skip to content

Commit 4509563

Browse files
authored
Merge pull request #18 from HeidiSteen/heidist-master
Added references to the REST APIs
2 parents de7502b + 04c5995 commit 4509563

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

quickstart/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ languages:
44
- java
55
- rest
66
name: Quickstart in Java
7-
description: |
8-
Learn basic steps for creating, loading, and querying an Azure Search index in a Java console application.
7+
description: "Learn basic steps for creating, loading, and querying an Azure Search index in a Java console application."
98
products:
109
- azure
1110
- azure-search
@@ -15,7 +14,7 @@ urlFragment: java-sample-quickstart
1514

1615
![Flask sample MIT license badge](https://img.shields.io/badge/license-MIT-green.svg)
1716

18-
This sample shows you how to write a Java client that accesses Azure Search, creates an index, loads documents, and runs queries.
17+
This sample shows you how to write a Java client that accesses Azure Search, creates an index, loads documents, and runs queries. This code sample uses the Azure Search REST APIs.
1918

2019
## Contents
2120

search-java-getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ languages:
44
- java
55
- rest
66
name: Get started with Azure Search in Java
7-
description: "Demonstrates fundamental Azure Search operations in a Java console app. This is more advanced than the quickstart. It handles retries and supports the Rooms complex collection in the Hotels demo data set."
7+
description: "Demonstrates fundamental Azure Search operations in a Java console app. This sample is more advanced than the quickstart. It includes error handling and supports the Rooms complex collection in the Hotels demo data set."
88
products:
99
- azure
1010
- azure-search

search-java-indexer-demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ languages:
55
- rest
66
name: Index Cosmos DB data in Azure Search
77
description: |
8-
Automate indexing of Cosmos DB data using an Azure Search indexer. This example runs as a Java console application.
8+
Automate indexing of Cosmos DB data using an Azure Search indexer and REST APIs. This example runs as a Java console application.
99
products:
1010
- azure
1111
- azure-search
@@ -16,7 +16,7 @@ urlFragment: search-java-indexer-demo
1616

1717
![Flask sample MIT license badge](https://img.shields.io/badge/license-MIT-green.svg)
1818

19-
This sample shows you how to write a Java client that creates an Azure Search indexer, apples that indexer to documents, and runs queries. The sample uses the Azure Search REST APIs.
19+
This sample shows you how to write a Java client that creates an Azure Search indexer, applies that indexer to documents, and runs queries. The sample uses the Azure Search REST APIs.
2020

2121
## Contents
2222

0 commit comments

Comments
 (0)