42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
:version: 6.0.0-alpha2
|
|
:major-version: 6.x
|
|
:lucene_version: 7.0.0-SNAPSHOT
|
|
:lucene_version_path: 7_0_0
|
|
:branch: master
|
|
:jdk: 1.8.0_131
|
|
|
|
//////////
|
|
release-state can be: released | prerelease | unreleased
|
|
//////////
|
|
|
|
:release-state: prerelease
|
|
|
|
: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::[]
|
|
|
|
///////
|
|
Shared attribute values are pulled from elastic/docs
|
|
///////
|
|
include::{docs-dir}/shared/attributes.asciidoc[]
|