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.
Use modman to install the module:
modman clone [email protected]:dng-dev/Elasticgento.git
You maybe need to add the autoloading for Elastica
<config>
<global>
<psr0_namespaces>
<Elastica />
</psr0_namespaces>
</global>
</config>
Requires Hackathon_PSR0Autoloader