- Elasticsearch 7.0 Cookbook(Fourth Edition)
- Alberto Paro
- 92字
- 2021-06-24 14:51:49
Downloading and installing Elasticsearch
Elasticsearch has an active community and the release cycles are very fast.
Because Elasticsearch depends on many common Java libraries (Lucene, Guice, and Jackson are the most famous ones), the Elasticsearch community tries to keep them updated and fixes bugs that are discovered in them and in the Elasticsearch core. The large user base is also a source of new ideas and features for improving Elasticsearch use cases.
For these reasons, if possible, it's best to use the latest available release (usually the more stable and bug-free one).