Skip to content

Commit 94eca75

Browse files
Merge pull request #2179 from HeidiSteen/heidist-freshness
Retested Java quickstart and clarified document limit
2 parents bef5651 + 020b7ca commit 94eca75

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

articles/search/includes/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
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: 11/01/2024
8+
ms.date: 01/07/2025
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.

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

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

2020
# Quickstart: Full text search using the Azure SDKs
2121

2222
Learn how to use the *Azure.Search.Documents* client library in an Azure SDK to create, load, and query a search index using sample data for [full text search](search-lucene-query-architecture.md). Full text search uses Apache Lucene for indexing and queries, and a BM25 ranking algorithm for scoring results.
2323

24+
This quickstart creates and queries a small hotels-quickstart index containing data about 4 hotels.
25+
2426
This quickstart has steps for the following SDKs:
2527

2628
+ [Azure SDK for .NET](?tabs=dotnet#create-load-and-query-an-index)

articles/search/search-limits-quotas-capacity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: azure-ai-search
1010
ms.topic: conceptual
11-
ms.date: 12/09/2024
11+
ms.date: 01/07/2025
1212
ms.custom:
1313
- references_regions
1414
- build-2024
@@ -69,7 +69,7 @@ Maximum number of documents per index are:
6969
+ 288 billion on L1
7070
+ 576 billion on L2
7171

72-
Each instance of a complex collection counts as a separate document in terms of these limits.
72+
You can check the number of documents in the Azure portal and through REST calls that include `search=*` and `count=true`.
7373

7474
Maximum size of each document is approximately 16 megabytes. Document size is actually a limit on the size of the indexing API request payload, which is 16 megabytes. That payload can be a single document, or a batch of documents. For a batch with a single document, the maximum document size is 16 MB of JSON.
7575

0 commit comments

Comments
 (0)