Skip to content

elasticsearch中文发行版,针对中文集成了相关插件,并带有Demo,方便新手学习,或者在生产环境中直接使用

Notifications You must be signed in to change notification settings

zhenyuchen/elasticsearch-rtf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

什么是ElasticSearch-RTF?
RTF是Ready To Fly的缩写,在航模里面,表示无需自己组装零件即可直接上手即飞的航空模型,elasticsearch-RTF是针对中文的一个发行版,即使用最新稳定的elasticsearch版本,并且帮你下载测试好对应的插件,如中文分词插件等,还会帮你做好一些默认的配置,目的是让你可以下载下来就可以直接的使用(虽然es已经很简单了,但是很多新手还是需要去花时间去找配置,中间的过程其实很痛苦),当然等你对这些都熟悉了之后,你完全可以自己去diy了,跟linux的众多发行版是一个意思。

如何使用?

0.运行环境
JDK6以上,建议使用JDK7

1.下载

git clone git:https://github.com/medcl/elasticsearch-rtf.git —depth=1

2.配置
elasticsearch-rtf / elasticsearch / bin / service / elasticsearch.conf

默认JAVA HEAP大小为1G,根据你的服务器环境,需要自行调整,一般设置为物理内存的50%.

set.default.ES_HEAP_SIZE=1024

3.运行
linux:

cd elasticsearch/bin/service
./elasticsearch console

windows:

cd elasticsearch/bin/service
elasticsearch.bat

About

elasticsearch中文发行版,针对中文集成了相关插件,并带有Demo,方便新手学习,或者在生产环境中直接使用

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 43.9%
  • JavaScript 42.8%
  • CSS 9.2%
  • Ruby 1.8%
  • Slash 1.7%
  • Perl 0.6%