2013-08-28 19:24:34 -04:00
|
|
|
[[elasticsearch-reference]]
|
2015-05-22 08:49:11 -04:00
|
|
|
= Elasticsearch Reference
|
2013-08-28 19:24:34 -04:00
|
|
|
|
2016-09-08 12:29:18 -04:00
|
|
|
:version: 6.0.0-alpha1
|
|
|
|
:major-version: 6.x
|
2016-11-17 08:06:32 -05:00
|
|
|
:docker-image: docker.elastic.co/elasticsearch/elasticsearch:{version}
|
|
|
|
:x-pack-baseurl: https://www.elastic.co/guide/en/x-pack/5.0
|
2016-10-06 15:40:17 -04:00
|
|
|
|
|
|
|
//////////
|
|
|
|
release-state can be: released | prerelease | unreleased
|
|
|
|
//////////
|
|
|
|
|
2016-10-06 11:56:55 -04:00
|
|
|
:release-state: unreleased
|
2016-10-28 08:50:46 -04:00
|
|
|
:lucene_version: 6.3.0
|
2016-08-29 17:33:25 -04:00
|
|
|
: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/
|
2014-07-23 05:54:53 -04:00
|
|
|
|
2017-01-26 10:39:19 -05:00
|
|
|
|
|
|
|
///////
|
|
|
|
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::[]
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-04-18 13:51:59 -04:00
|
|
|
include::getting-started.asciidoc[]
|
|
|
|
|
2013-08-28 19:24:34 -04:00
|
|
|
include::setup.asciidoc[]
|
|
|
|
|
2014-07-18 16:50:07 -04:00
|
|
|
include::migration/index.asciidoc[]
|
2014-01-15 11:50:24 -05:00
|
|
|
|
2013-10-13 10:46:56 -04:00
|
|
|
include::api-conventions.asciidoc[]
|
|
|
|
|
2013-08-28 19:24:34 -04:00
|
|
|
include::docs.asciidoc[]
|
|
|
|
|
|
|
|
include::search.asciidoc[]
|
|
|
|
|
2015-05-01 16:04:55 -04:00
|
|
|
include::aggregations.asciidoc[]
|
|
|
|
|
2013-08-28 19:24:34 -04:00
|
|
|
include::indices.asciidoc[]
|
|
|
|
|
2013-11-14 20:14:39 -05:00
|
|
|
include::cat.asciidoc[]
|
|
|
|
|
2013-08-28 19:24:34 -04:00
|
|
|
include::cluster.asciidoc[]
|
|
|
|
|
|
|
|
include::query-dsl.asciidoc[]
|
|
|
|
|
|
|
|
include::mapping.asciidoc[]
|
|
|
|
|
|
|
|
include::analysis.asciidoc[]
|
|
|
|
|
|
|
|
include::modules.asciidoc[]
|
|
|
|
|
|
|
|
include::index-modules.asciidoc[]
|
|
|
|
|
2016-02-11 17:16:56 -05:00
|
|
|
include::ingest.asciidoc[]
|
|
|
|
|
2016-06-21 10:31:44 -04:00
|
|
|
include::how-to.asciidoc[]
|
|
|
|
|
2013-12-02 07:43:11 -05:00
|
|
|
include::testing.asciidoc[]
|
|
|
|
|
2013-08-28 19:24:34 -04:00
|
|
|
include::glossary.asciidoc[]
|
|
|
|
|
2016-09-08 12:30:37 -04:00
|
|
|
//////
|
|
|
|
include::release-notes.asciidoc[]
|
|
|
|
//////
|
2015-11-20 14:23:54 -05:00
|
|
|
|
2017-01-26 10:39:19 -05:00
|
|
|
include::painless-api-reference.asciidoc[]
|
|
|
|
|
2015-05-24 11:57:34 -04:00
|
|
|
include::redirects.asciidoc[]
|