mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 09:54:55 +00:00
and be much more stingy about what we consider a console candidate. * Add `// CONSOLE` to check-running * Fix version in some snippets * Mark groovy snippets as groovy * Fix versions in plugins * Fix language marker errors * Fix language parsing in snippets This adds support for snippets who's language is written like `[source, txt]` and `["source","js",subs="attributes,callouts"]`. This also makes language required for snippets which is nice because then we can be sure we can grep for snippets in a particular language.
56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
Plaintext
[[elasticsearch-reference]]
|
|
= Elasticsearch Reference
|
|
|
|
:version: 5.0.0-alpha5
|
|
:major-version: 5.x
|
|
:lucene_version: 6.2.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/
|
|
|
|
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::redirects.asciidoc[]
|