89 lines
2.3 KiB
Plaintext
89 lines
2.3 KiB
Plaintext
[[elasticsearch-reference]]
|
|
= Elasticsearch Reference
|
|
|
|
:version: 6.0.0-alpha1
|
|
:major-version: 6.x
|
|
:docker-image: docker.elastic.co/elasticsearch/elasticsearch:{version}
|
|
:x-pack-baseurl: https://www.elastic.co/guide/en/x-pack/5.0
|
|
|
|
//////////
|
|
release-state can be: released | prerelease | unreleased
|
|
//////////
|
|
|
|
:release-state: unreleased
|
|
:lucene_version: 6.3.0
|
|
:branch: master
|
|
:jdk: 1.8.0_73
|
|
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/master
|
|
:plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/master
|
|
:javaclient: https://www.elastic.co/guide/en/elasticsearch/client/java-api/master/
|
|
:issue: https://github.com/elastic/elasticsearch/issues/
|
|
:pull: https://github.com/elastic/elasticsearch/pull/
|
|
|
|
|
|
///////
|
|
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/6_4_0/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::[]
|
|
|
|
|
|
|
|
include::getting-started.asciidoc[]
|
|
|
|
include::setup.asciidoc[]
|
|
|
|
include::migration/index.asciidoc[]
|
|
|
|
include::api-conventions.asciidoc[]
|
|
|
|
include::docs.asciidoc[]
|
|
|
|
include::search.asciidoc[]
|
|
|
|
include::aggregations.asciidoc[]
|
|
|
|
include::indices.asciidoc[]
|
|
|
|
include::cat.asciidoc[]
|
|
|
|
include::cluster.asciidoc[]
|
|
|
|
include::query-dsl.asciidoc[]
|
|
|
|
include::mapping.asciidoc[]
|
|
|
|
include::analysis.asciidoc[]
|
|
|
|
include::modules.asciidoc[]
|
|
|
|
include::index-modules.asciidoc[]
|
|
|
|
include::ingest.asciidoc[]
|
|
|
|
include::how-to.asciidoc[]
|
|
|
|
include::testing.asciidoc[]
|
|
|
|
include::glossary.asciidoc[]
|
|
|
|
//////
|
|
include::release-notes.asciidoc[]
|
|
//////
|
|
|
|
include::painless-api-reference.asciidoc[]
|
|
|
|
include::redirects.asciidoc[]
|