Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Elasticsearch and luke

How can I open an elasticsearch index with luke?

I tried luke from 3.5 to 4.8, with elasticsearch 1.1 to 1.2 and nothing seems to work.

The only resource that seemed to apply was http://rosssimpson.com/blog/2014/05/06/using-luke-with-elasticsearch/ that unfortunately did not work.

like image 218
yannisf Avatar asked Jun 15 '14 19:06

yannisf


People also ask

What Elasticsearch is used for?

Elasticsearch is a distributed search and analytics engine built on Apache Lucene. Since its release in 2010, Elasticsearch has quickly become the most popular search engine and is commonly used for log analytics, full-text search, security intelligence, business analytics, and operational intelligence use cases.

Is elastic and Elasticsearch the same?

Elasticsearch is a distributed, free and open search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now known as Elastic).

Why is Elasticsearch so popular?

Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and in near real time. It is generally used as the underlying engine/technology that powers applications that have complex search features and requirements.

What programming language is Elasticsearch?

Elasticsearch is developed in Java and is dual-licensed under the source-available Server Side Public License and the Elastic license, while other parts fall under the proprietary (source-available) Elastic License.


1 Answers

Luke supports elasticsearch 1.5.0 now: https://github.com/DmitryKey/luke (build from master or use https://github.com/DmitryKey/luke/releases/tag/luke-4.10.4-field-reconstruction).

like image 102
D_K Avatar answered Oct 13 '22 09:10

D_K