Pages

Wednesday 5 February 2014

ElasticSearch

ElasticSearch

Elasticsearch is a search server based on Lucene. It provides a distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free JSON documents. Elasticsearch is developed in Java and is released as open source under the terms of the Apache License.
Elasticsearch can be used to search all kinds of documents. It provides a scalable search solution, has near real-time search and support for multitenancy. ElasticSearch is distributed, which means that indices can be divided into shards and each shard can have zero or more replicas. Each node hosts one or more shards, and acts as a coordinator to delegate operations to the correct shards. Rebalancing and routing are done automatically

NOTE: I am using firefox rest client to run the examples.

Topics:

Elasticsearch with WordNet
Elasticsearch with MySQL
ElasticSearch Highlighting
Facets

No comments:

Post a Comment