2017-06-06 10:49:54 -04:00
|
|
|
:version: 6.0.0-alpha2
|
2017-02-04 05:16:19 -05:00
|
|
|
:major-version: 6.x
|
2017-05-05 06:39:41 -04:00
|
|
|
:lucene_version: 7.0.0-SNAPSHOT
|
|
|
|
:lucene_version_path: 7_0_0
|
2017-02-04 05:16:19 -05:00
|
|
|
:branch: master
|
2017-05-05 06:39:41 -04:00
|
|
|
:jdk: 1.8.0_131
|
2017-02-04 05:16:19 -05:00
|
|
|
|
|
|
|
//////////
|
|
|
|
release-state can be: released | prerelease | unreleased
|
|
|
|
//////////
|
|
|
|
|
2017-05-09 08:02:11 -04:00
|
|
|
:release-state: prerelease
|
2017-02-04 05:16:19 -05:00
|
|
|
|
|
|
|
:ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}
|
2017-02-04 06:45:42 -05:00
|
|
|
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/master
|
2017-05-02 17:37:45 -04:00
|
|
|
:painless: https://www.elastic.co/guide/en/elasticsearch/painless/master
|
2017-02-04 05:16:19 -05:00
|
|
|
:plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/{branch}
|
|
|
|
:javaclient: https://www.elastic.co/guide/en/elasticsearch/client/java-api/{branch}
|
2017-06-06 10:49:54 -04:00
|
|
|
:xpack: https://www.elastic.co/guide/en/x-pack/{branch}
|
2017-02-04 06:05:03 -05:00
|
|
|
:logstash: https://www.elastic.co/guide/en/logstash/{branch}
|
|
|
|
:kibana: https://www.elastic.co/guide/en/kibana/{branch}
|
2017-02-04 05:16:19 -05:00
|
|
|
:issue: https://github.com/elastic/elasticsearch/issues/
|
|
|
|
:pull: https://github.com/elastic/elasticsearch/pull/
|
|
|
|
|
|
|
|
:docker-image: docker.elastic.co/elasticsearch/elasticsearch:{version}
|
|
|
|
:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins
|
|
|
|
|
|
|
|
|
|
|
|
///////
|
|
|
|
Javadoc roots used to generate links from Painless's API reference
|
|
|
|
///////
|
|
|
|
:java8-javadoc: https://docs.oracle.com/javase/8/docs/api
|
|
|
|
:java9-javadoc: http://download.java.net/java/jigsaw/docs/api
|
|
|
|
:joda-time-javadoc: http://www.joda.org/joda-time/apidocs
|
|
|
|
:lucene-core-javadoc: http://lucene.apache.org/core/{lucene_version_path}/core
|
|
|
|
|
|
|
|
ifeval::["{release-state}"=="unreleased"]
|
|
|
|
:elasticsearch-javadoc: https://snapshots.elastic.co/javadoc/org/elasticsearch/elasticsearch/{version}-SNAPSHOT
|
|
|
|
:painless-javadoc: https://snapshots.elastic.co/javadoc/org/elasticsearch/painless/lang-painless/{version}-SNAPSHOT
|
|
|
|
endif::[]
|
|
|
|
|
|
|
|
ifeval::["{release-state}"!="unreleased"]
|
|
|
|
:elasticsearch-javadoc: https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/{version}
|
|
|
|
:painless-javadoc: https://artifacts.elastic.co/javadoc/org/elasticsearch/painless/lang-painless/{version}
|
|
|
|
endif::[]
|