Skip to content

gavro/magento-elasticsearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento extension for boosting search results using Elasticsearch

This is an updated module (based on baranga's fork of the original code). There has been no extensive testing; basic search- and indexing functionality has been found to be working in combination with Elastichsearch v1.2.1.

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/gavro/magento-elasticsearch.git

or download package manually:

  • Download latest version here
  • Unzip in Magento root folder
  • Clean cache

Usage

  • Go to System > Configuration > Catalog > Catalog Search
  • Select Elasticsearch search engine
  • Configure server connection parameters
  • Specify index name (default is magento)
  • Optionally defines your custom search parameters
  • Optionally boost some product attributes in Catalog > Attributes > Manage Attributes
  • Reindex catalog search index

About

Elasticsearch module for Magento 1.7+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%