Skip to content

Commit 823410d

Browse files
authored
Add 9.3 docs (#1146)
* wip docs * wip more docs * more docs * fix indentation
1 parent 0bd38d9 commit 823410d

6 files changed

Lines changed: 416 additions & 2 deletions

File tree

docs/docset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ toc:
1212
- toc: release-notes
1313
subs:
1414
es: "Elasticsearch"
15-
version: "9.2.0"
15+
version: "9.3.0"
1616
# Not used by docs-builder, but present in `% :::{include-bloc}` preprocessing directives (see IncludeExpander.java)
1717
doc-tests-src: "../../java-client/src/test/java/co/elastic/clients/documentation"

docs/reference/release-highlights.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ These are the important new features and changes in minor releases. Every releas
99

1010
For a list of detailed changes, including bug fixes, see the [GitHub project release notes](https://github.com/elastic/elasticsearch-java/releases).
1111

12+
## 9.3.0 [release-highlights-930]
13+
14+
[Release notes](/release-notes/9-3-0.md)
15+
1216
## 9.2.0 [release-highlights-920]
1317

1418
[Release notes](/release-notes/9-2-0.md)

docs/release-notes/9-2-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ try (ElasticsearchClient client = ElasticsearchClient.of(e -> e
107107
```
108108
::::
109109

110-
::::{dropdown} elasticsearch-rest5-client as seperate jar
110+
::::{dropdown} elasticsearch-rest5-client as separate jar
111111
The Elasticsearch Java client historically used a "Low Level Rest Client" (LLRC) based on Apache http client version 4 to handle http communications and distribution of requests among the nodes of a cluster.
112112

113113
This directory is a port of this client to Apache http client version 5 that is mostly a drop-in replacement, except for the initialization phase.

0 commit comments

Comments
 (0)