Add EdgarEzBinaryFileIndexerBundle by running this command from the terminal at the root of your symfony project:
composer require edgar/ez-binaryfileindexer-bundle
To start using the bundle, register the bundle in your application's kernel class:
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Edgar\EzBinaryFileIndexerBundle\EdgarEzBinaryFileIndexerBundle(),
// ...
);
}
Follow the ezplatform-solr-search-engine README file to install and configure Solr, ezplatform parameters ...