Set|Set up Elasticsearchedit

This section includes information on how to setup Elasticsearch and get it running, including:
Downloading
【Set|Set up Elasticsearchedit】Installing
Starting
Configuring
本节包括如何设置弹性搜索并使其运行的信息,包括:
下载
安装
开始
配置


Supported platformsedit
The matrix of officially supported operating systems and JVMs is available here: Support Matrix. Elasticsearch is tested on the listed platforms, but it is possible that it will work on other platforms too.
支持platformsedit
弹性搜索是用Java构建的,并且至少需要Java 8才能运行。只支持Oracle的Java和OpenJDK。在所有的弹性搜索节点和客户机上都应该使用相同的JVM版本。



Java (JVM) Versionedit
Elasticsearch is built using Java, and requires at least Java 8 in order to run. Only Oracle’s Java and the OpenJDK are supported. The same JVM version should be used on all Elasticsearch nodes and clients.
Java(JVM)Versionedit
弹性搜索是用Java构建的,并且至少需要Java 8才能运行。只支持Oracle的Java和OpenJDK。在所有的弹性搜索节点和客户机上都应该使用相同的JVM版本。


We recommend installing Java version 1.8.0_131 or later. Elasticsearch will refuse to start if a known-bad version of Java is used.
我们建议安装Java版本1.8.0或更高版本。如果使用的是一个坏版本的Java,那么弹性搜索将会拒绝启动。



The version of Java that Elasticsearch will use can be configured by setting the JAVA_HOME environment variable.
官方支持的操作系统和jvm的矩阵在这里可用:支持矩阵。弹性搜索在上市平台上进行了测试,但它也有可能在其他平台上运行。

    推荐阅读