Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 762 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 762 Bytes

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 module:

modman clone git@github.com:dng-dev/Elasticgento.git

You maybe need to add the autoloading for Elastica

<config>
    <global>
        <psr0_namespaces>
            <Elastica />
        </psr0_namespaces>
    </global>
</config>

Release Notes

Requires Hackathon_PSR0Autoloader

Analytics