Skip to content

Mohitsahu123/Elasticgento

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch for Magento

A Magento module to use Elasticsearch as Flat Table Replacement for catalog and search.

Please consider this a minimal working beta version. Currently supports indexing and searching of simple products.

Installation

Use modman to install the extension:

modman clone https://github.com/magento-hackathon/Elasticgento.git
modman clone https://github.com/magento-hackathon/Magento-PSR-0-Autoloader.git

Edit your app/etc/local.xml file to initialize the Elastica namespace, insert following code in the <global/>-node

<psr0_namespaces>
    <Elastica />
</psr0_namespaces>

Configure the elasticsearch server in the Magento Backend in System -> Configuration -> Elasticgento

About

Magento Flat Table Replacement with Elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%