Home

Awesome

Magento extension for boosting search results using Elasticsearch (0.20.x only)

For the latest version of Elasticsearch (0.90.x based on Lucene 4), there is a paid extension available here

Build Status

Magento Elasticsearch

Installation

Magento CE 1.7+ only

Install with modgit:

$ cd /path/to/magento
$ modgit init
$ modgit clone elasticsearch https://github.com/jreinke/magento-elasticsearch.git

Install with modman:

$ cd /path/to/magento
$ modman init
$ modman clone https://github.com/jreinke/magento-elasticsearch.git

or download package manually:

Usage