Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 826 Bytes

INSTALL.md

File metadata and controls

33 lines (24 loc) · 826 Bytes

EdgarEzBinaryFileIndexerBundle

Installation

Get the bundle using composer

Add EdgarEzBinaryFileIndexerBundle by running this command from the terminal at the root of your symfony project:

composer require edgar/ez-binaryfileindexer-bundle

Enable the 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(),
        // ...
    );
}

Configure eZ Platform using search_engine 'solr'

Follow the ezplatform-solr-search-engine README file to install and configure Solr, ezplatform parameters ...