Kunstmaan / KunstmaanSearchBundle

[READ-ONLY] Subtree split of the Kunstmaan SearchBundle -- master at Kunstmaan/KunstmaanBundlesCMS

Home Page:http://bundles.kunstmaan.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the KunstmaanSearchBundle

Build Status Total Downloads Latest Stable Version Analytics

The KunstmaanSearchBundle works with ElasticSearch and supports different search providers.

More about these features can be found in our bundle documentation

Make sure you run ElasticSearch. You can download it here and extract the files. Then run the executable 'elasticsearch' in the bin directory.

Installation

composer.json

    "require": {
        "kunstmaan/search-bundle": "*"
    },

AppKernel.php:

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Kunstmaan\SearchBundle\KunstmaanSearchBundle(),
            // ...
        );

Configuration

Parameter

Add the following parameter to your parameters file (ini, yml, ...), the prefix will be automatically used before each indexname you specify.

 searchindexprefix: prefix_

Documentation

Further documentation on how to use and extend this bundle can be found here.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

About

[READ-ONLY] Subtree split of the Kunstmaan SearchBundle -- master at Kunstmaan/KunstmaanBundlesCMS

http://bundles.kunstmaan.be

License:MIT License


Languages

Language:PHP 100.0%