elasticsearch/docs/reference/index.asciidoc
James Rodewig e2fc95d97a
[DOCS] Remove 'Testing' chapter (#55270)
Removes the 'Testing' chapter from the Elasticsearch Reference guide.

This chapter was originally written for so that users using the Java HLRC client could
use the same test classes when testing Elasticsearch in their own applications.
However, this is no longer the case or recommended.

Closes #55257.
2020-04-21 10:04:14 -04:00

81 lines
1.5 KiB
Text

[[elasticsearch-reference]]
= Elasticsearch Reference
:include-xpack: true
:es-test-dir: {docdir}/../src/test
:plugins-examples-dir: {docdir}/../../plugins/examples
:xes-repo-dir: {docdir}/../../x-pack/docs/{lang}
:es-repo-dir: {docdir}
include::../Versions.asciidoc[]
include::intro.asciidoc[]
include::getting-started.asciidoc[]
include::setup.asciidoc[]
include::upgrade.asciidoc[]
include::aggregations.asciidoc[]
include::query-dsl.asciidoc[]
include::modules/cross-cluster-search.asciidoc[]
include::async-search.asciidoc[]
include::scripting.asciidoc[]
include::mapping.asciidoc[]
include::analysis.asciidoc[]
include::modules.asciidoc[]
include::index-modules.asciidoc[]
include::ingest.asciidoc[]
include::ilm/index.asciidoc[]
ifdef::permanently-unreleased-branch[]
include::autoscaling/index.asciidoc[]
include::eql/index.asciidoc[]
endif::[]
include::sql/index.asciidoc[]
include::monitoring/index.asciidoc[]
include::frozen-indices.asciidoc[]
include::data-rollup-transform.asciidoc[]
include::high-availability.asciidoc[]
include::snapshot-restore/index.asciidoc[]
include::{xes-repo-dir}/security/index.asciidoc[]
include::{xes-repo-dir}/watcher/index.asciidoc[]
include::commands/index.asciidoc[]
include::how-to.asciidoc[]
include::glossary.asciidoc[]
include::rest-api/index.asciidoc[]
include::release-notes/highlights.asciidoc[]
include::migration/index.asciidoc[]
include::release-notes.asciidoc[]
include::redirects.asciidoc[]