这是elasticsearch的镜像仓库,每日同步一次

Alan Woodward 009f23e7a9 Explicitly say if stored fields aren't supported in MapperTestCase (#72474) 4 years ago
.ci bf4d88c18d Fix ci/bwcVersions (#72366) 4 years ago
.github ca008da2bc Update the wording for the feature request issue template (#57037) 5 years ago
.idea 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) 4 years ago
benchmarks d933ecd26c Convert path.data to String setting instead of List (#72282) 4 years ago
buildSrc 254ddc4c13 Increase implicit suite timeout to 40 mins (#72495) 4 years ago
client 8f0e5dcadd Feature reset integration test should tolerate failed resets (#72326) 4 years ago
dev-tools 0e504b066f Improve atomic push script to support worktrees (#68873) 4 years ago
distribution 2a39b55dcd Add snakyaml forbidden apis (#72353) 4 years ago
docs 793166fd1f [GeoPoint] Grid aggregations with bounds should exclude touching tiles (#72493) 4 years ago
gradle 17da1038fe Port gradle script plugins to precompiled script plugins (#72361) 4 years ago
libs b27eaa38dc Remove 'external values', and replace with swapped out XContentParsers (#72203) 4 years ago
licenses 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) 4 years ago
modules 009f23e7a9 Explicitly say if stored fields aren't supported in MapperTestCase (#72474) 4 years ago
plugins b27eaa38dc Remove 'external values', and replace with swapped out XContentParsers (#72203) 4 years ago
qa 8997027f50 Add support for RestGetMapping cancellation (#72234) 4 years ago
rest-api-spec 3fd49d81b7 Adjust yamlRestCompatTest to account for some tests that are passing (#72437) 4 years ago
server 009f23e7a9 Explicitly say if stored fields aren't supported in MapperTestCase (#72474) 4 years ago
test 009f23e7a9 Explicitly say if stored fields aren't supported in MapperTestCase (#72474) 4 years ago
x-pack 009f23e7a9 Explicitly say if stored fields aren't supported in MapperTestCase (#72474) 4 years ago
.dir-locals.el 989da585b2 Go back to 140 column limit in .dir-locals.el 8 years ago
.editorconfig a67a5f9216 Generate an IDE-compatible checkstyle configuration (#66109) 4 years ago
.gitattributes 3e7fccddaf Add a CHANGELOG file for release notes. (#29450) 7 years ago
.gitignore 7693aeafcd Banish build-eclipse (#70696) 4 years ago
CONTRIBUTING.md 8ae92b5111 Add some notes on javadoc to CONTRIBUTING (#71924) 4 years ago
LICENSE.txt a92a647b9f Update sources with new SSPL+Elastic-2.0 license headers 4 years ago
NOTICE.txt a92a647b9f Update sources with new SSPL+Elastic-2.0 license headers 4 years ago
README.asciidoc b2130249b0 [DOCS] Refactor quick start guide and README (#71331) 4 years ago
TESTING.asciidoc 693807a6d3 [DOCS] Fix double spaces (#71082) 4 years ago
Vagrantfile 0cd4863585 Introduce ES_JAVA_HOME (#68954) 4 years ago
build.gradle 17da1038fe Port gradle script plugins to precompiled script plugins (#72361) 4 years ago
gradle.properties b0a0d56bbe Update joda dependency to latest 2.10.10 (#72052) 4 years ago
gradlew d154091969 Update gradle wrapper to 6.6 (#59909) 5 years ago
gradlew.bat d154091969 Update gradle wrapper to 6.6 (#59909) 5 years ago
settings.gradle 167ed57a6d Transform docker log4j properties at build time (#71346) 4 years ago

README.asciidoc

= Elasticsearch

Elasticsearch is the distributed, RESTful search and analytics engine at the
heart of the https://www.elastic.co/products[Elastic Stack]. You can use
Elasticsearch to store, search, and manage data for:

* Logs
* Metrics
* A search backend
* Application monitoring
* Endpoint security

\... and more!

To learn more about Elasticsearch's features and capabilities, see our
https://www.elastic.co/products/elasticsearch[product page].

[[get-started]]
== Get started

The simplest way to set up Elasticsearch is to create a managed deployment with
https://www.elastic.co/cloud/as-a-service[Elasticsearch Service on Elastic
Cloud].

If you prefer to install and manage Elasticsearch yourself, you can download
the latest version from
https://www.elastic.co/downloads/elasticsearch[elastic.co/downloads/elasticsearch].

For more installation options, see the
https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html[Elasticsearch installation
documentation].

[[upgrade]]
== Upgrade

To upgrade from an earlier version of Elasticsearch, see the
https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html[Elasticsearch upgrade
documentation].

[[build-source]]
== Build from source

Elasticsearch uses https://gradle.org[Gradle] for its build system.

To build a distribution for your local OS and print its output location upon
completion, run:
----
./gradlew localDistro
----

To build a distribution for another platform, run the related command:
----
./gradlew :distribution:archives:linux-tar:assemble
./gradlew :distribution:archives:darwin-tar:assemble
./gradlew :distribution:archives:windows-zip:assemble
----

To build distributions for all supported platforms, run:
----
./gradlew assemble
----

Distributions are output to `distributions/archives`.

To run the test suite, see xref:TESTING.asciidoc[TESTING].

[[docs]]
== Documentation

For the complete Elasticsearch documentation visit
https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html[elastic.co].

For information about our documentation processes, see the
xref:docs/README.asciidoc[docs README].

[[contribute]]
== Contribute

For contribution guidelines, see xref:CONTRIBUTING.md[CONTRIBUTING].

[[questions]]
== Questions? Problems? Suggestions?

* To report a bug or request a feature, create a
https://github.com/elastic/elasticsearch/issues/new/choose[GitHub Issue]. Please
ensure someone else hasn't created an issue for the same topic.

* Need help using Elasticsearch? Reach out on the
https://discuss.elastic.co[Elastic Forum] or https://ela.st/slack[Slack]. A
fellow community member or Elastic engineer will be happy to help you out.