简体   繁体   English

Elasticsearch 1.5和Elasticsearch 2.x

[英]Elasticsearch 1.5 vs Elasticsearch 2.x

I just spent several months building a small search app based on Elasticsearch 1.5 and AngularJS. 我只花了几个月的时间,就建立了一个基于Elasticsearch 1.5和AngularJS的小型搜索应用程序。 I know ES 1.5 is old now... but are there major advantages to upgrading to ES 2.0? 我知道ES 1.5现在已经很旧了……但是升级到ES 2.0是否有主要优势?

Basically what I'm asking is it worth my time to update from ES 1.5 to ES 2.x? 基本上,我要问的是,我值得花时间从ES 1.5更新到ES 2.x吗? If so, how hard is it? 如果是这样,这有多难?

There are a lot of improvements and new features in Elasticsearch 2.X. Elasticsearch 2.X有很多改进和新功能。 It is not possible to say which of them will benefit your application, without knowing it better. 在不了解其中的情况下,不可能说出哪一个对您的应用程序有利。 Checkout this post Elasticsearch 2.0.0 GA released 检阅此文章Elasticsearch 2.0.0 GA已发布

There are a lot of breaking changes from version 1.X to 2.X. 从1.X版到2.X版有很多重大更改。 How hard it is to upgrade very much depends on which features you are using and the amount of Elasticsearch specific code you have - take a look at this post: Key points to be aware of when upgrading from Elasticsearch 1.x to 2.x 升级的难度很大程度上取决于您使用的功能以及所拥有的Elasticsearch特定代码的数量-请看一下这篇文章: 从Elasticsearch 1.x升级到2.x时要注意的要点

Give it a try :) 试试看 :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM