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

debadair b6eb971fdc [DOCS] Remove ES quickstart. (#87939) 3 years ago
.ci 79a818e815 Bump version for 8.2.3 release 3 years ago
.github 2b36b52fa6 Update test-failure Issue Template to include "needs:triage" label #83226 3 years ago
.idea d72f3e439a Stop versioning Checkstyle IDE config (#87285) 3 years ago
benchmarks 2c84b40b92 [Refactor] Move classpath plugins to MockNode (#86914) 3 years ago
build-conventions abc174bdad Add support for building elasticsearch source on macos before monterey (#87430) 3 years ago
build-tools cdf5bd7ed0 Rework testing conventions gradle plugin (#87213) 3 years ago
build-tools-internal c2dc6e6ef4 Upgrade to new Lucene snapshot (#87932) 3 years ago
ccr 6940673e8a [DOCS] Update remote cluster docs (#77043) 4 years ago
client cdf5bd7ed0 Rework testing conventions gradle plugin (#87213) 3 years ago
dev-tools 0e504b066f Improve atomic push script to support worktrees (#68873) 4 years ago
distribution fc09896ec6 Remove keystore v1 and v2 formats (#87893) 3 years ago
docs b6eb971fdc [DOCS] Remove ES quickstart. (#87939) 3 years ago
gradle 4fb8550eb4 Upgrade spotless-plugin-gradle to 6.7.2 3 years ago
libs 64798df2f3 Cleanup indirection in batch close utils (#87685) 3 years ago
licenses 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) 4 years ago
modules c2dc6e6ef4 Upgrade to new Lucene snapshot (#87932) 3 years ago
plugins c2dc6e6ef4 Upgrade to new Lucene snapshot (#87932) 3 years ago
qa 3a9e511117 Move kNN search and dense vectors to core (#87815) 3 years ago
rest-api-spec 572a5b9bb4 Skip dense_vector field usage test before 8.1 3 years ago
server 0e7fee8db4 Consolidate startup before security manager into phase 2 (#87941) 3 years ago
test 26c1d33ca4 Correctly pre-size HashSets (#87700) 3 years ago
x-pack c2dc6e6ef4 Upgrade to new Lucene snapshot (#87932) 3 years ago
.backportrc.json 76f559495e Bump version to 8.4.0 3 years ago
.dir-locals.el 989da585b2 Go back to 140 column limit in .dir-locals.el 8 years ago
.editorconfig f69c7396d9 SQL: Fix FORMAT function to better comply with Microsoft SQL Server specification (#86225) 3 years ago
.git-blame-ignore-revs dd41a0d48d Fix typo in instructions for ignore-revs (#80058) 4 years ago
.gitattributes d6912ebd59 Assert no carriage returns in release notes test samples (#77238) 4 years ago
.gitignore d72f3e439a Stop versioning Checkstyle IDE config (#87285) 3 years ago
BUILDING.md 00c172e902 Document how to test a dev version of a 3party dependency (#78962) 4 years ago
CHANGELOG.md 62943fe85c Add changelog (#83830) 3 years ago
CONTRIBUTING.md db59a88a94 Add ParameterizedMessage to forbidden api (#87631) 3 years ago
LICENSE.txt a92a647b9f Update sources with new SSPL+Elastic-2.0 license headers 4 years ago
NOTICE.txt 208d575e43 Remove Joda dependency (#79007) 4 years ago
README.asciidoc b2130249b0 [DOCS] Refactor quick start guide and README (#71331) 4 years ago
REST_API_COMPATIBILITY.md f385c65640 Compatible Rest API developers guide (#71879) 3 years ago
TESTING.asciidoc 4eee970264 Fix a few typos in TESTING AsciiDoc (#85505) 3 years ago
Vagrantfile 0cd4863585 Introduce ES_JAVA_HOME (#68954) 4 years ago
build.gradle 0923e08226 Use all lucene index compatible versions for bwc version generation (#87133) 3 years ago
gradle.properties d9b27cfe6e Add environment variables for Java 18 and 19 Java home 3 years ago
gradlew 86a577227e Update Gradle wrapper to 7.2 (#75894) 4 years ago
gradlew.bat d154091969 Update gradle wrapper to 6.6 (#59909) 5 years ago
settings.gradle b9c504b892 Replace most shell script logic with Java (#85758) 3 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.