File tree 3 files changed +16
-7
lines changed
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
1
// Allow building docs locally without a checkout of the Elasticsearch repo
2
2
:elasticsearch-root: {docdir}/local/elasticsearch
3
3
4
- // Version is needed to build locally, its value doesn't matter.
5
- :version: 7.16.2
6
4
include::index.asciidoc[]
Original file line number Diff line number Diff line change 1
1
= Elasticsearch Java API Client
2
2
3
- :branch: master
3
+ include::{asciidoc-dir}/../../shared/versions/stack/{source_branch}.asciidoc[]
4
4
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
5
5
6
6
:java-client: Java API Client
7
7
:doc-tests: {docdir}/../java-client/src/test/java/co/elastic/clients/documentation
8
8
9
+ ifeval::["{release-state} "=="unreleased"]
10
+ :java-client-javadoc: https://snapshots.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/{version}-SNAPSHOT
11
+ :rest-client-javadoc: https://snapshots.elastic.co/javadoc/org/elasticsearch/client/elasticsearch-rest-client/{version}-SNAPSHOT
12
+ :rest-client-sniffer-javadoc: https://snapshots.elastic.co/javadoc/org/elasticsearch/client/elasticsearch-rest-client-sniffer/{version}-SNAPSHOT
13
+ :version_qualified: {bare_version}-SNAPSHOT
14
+ endif::[]
15
+
16
+ ifeval::["{release-state} "!="unreleased"]
17
+ :java-client-javadoc: https://artifacts.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/{version}
18
+ :rest-client-javadoc: https://artifacts.elastic.co/javadoc/org/elasticsearch/client/elasticsearch-rest-client/{version}
19
+ :rest-client-sniffer-javadoc: https://artifacts.elastic.co/javadoc/org/elasticsearch/client/elasticsearch-rest-client-sniffer/{version}
20
+ :version_qualified: {bare_version}
21
+ endif::[]
22
+
9
23
include::introduction.asciidoc[]
10
24
include::installation.asciidoc[]
11
25
include::connecting.asciidoc[]
12
26
include::migrate.asciidoc[]
13
27
include::api-conventions.asciidoc[]
14
28
include::javadoc-and-source.asciidoc[]
15
29
16
- :java-client!:
17
- :doc-tests!:
18
-
19
30
include::{elasticsearch-root}/docs/java-rest/low-level/index.asciidoc[]
Original file line number Diff line number Diff line change 1
1
[[java-client-javadoc]]
2
2
== Javadoc and source code
3
3
4
- The javadoc for the {java-client} can be found at https://artifacts.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/{version }/index.html.
4
+ The javadoc for the {java-client} can be found at {java-client-javadoc }/index.html.
5
5
6
6
The source code is at https://github.com/elastic/elasticsearch-java/ and is licensed under the Apache 2.0 License.
You can’t perform that action at this time.
0 commit comments