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的矩阵在这里可用:支持矩阵。弹性搜索在上市平台上进行了测试,但它也有可能在其他平台上运行。
推荐阅读
- Swift中willSet和didSet的简述
- 关于this的一些问题(1)
- 由Uncaught|由Uncaught TypeError: this.player.startMoveAt is not a function引申
- js|js 事件循环
- 用c#转换word或excel文档为html文件|用c#转换word或excel文档为html文件,C#实现DataSet内数据转化为Excel和Word文件的通用类完整实例...
- cmd设置代理命令
- Talk|Talk about space
- [python]字典中的方法get和setdefault方法
- JD、QQ12
- js专题之this关键字详解