2017 © Pedro Peláez
 

symfony-bundle elasticsearch-bundle

Symfony2 Bundle for Elasticsearch

image

openclassrooms/elasticsearch-bundle

Symfony2 Bundle for Elasticsearch

  • Monday, February 9, 2015
  • by openclassrooms-admin
  • Repository
  • 16 Watchers
  • 0 Stars
  • 7,787 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ElasticsearchBundle

Build Status Coverage Status SensioLabsInsight, (*1)

Symfony2 Bundle that expose Elasticsearch official client configuration, (*2)

Installation

This bundle can be installed using composer:, (*3)

composer require openclassrooms/use-case-bundle or by adding the package to the composer.json file directly., (*4)

{
    "require": {
        "openclassrooms/elasticsearch-bundle": "*"
    }
}

After the package has been installed, add the bundle to the AppKernel.php file:, (*5)

// in AppKernel::registerBundles()
    $bundles = array(
        // ...
        new OpenClassrooms\Bundle\ElasticsearchBundle\OpenClassroomsElasticsearchBundle(),
        // ...
);

Configuration

Add the elasticsearch hosts to the config.yml, (*6)

``` yml open_classrooms_elasticsearch: clients: client_name: hosts : - host - 127.0.0.1 second_client_name: hosts : - second-host, (*7)

```, (*8)

The Versions

09/02 2015

dev-master

9999999-dev

Symfony2 Bundle for Elasticsearch

  Sources   Download

MIT

The Requires

 

The Development Requires

by OpenClassrooms
by Romain Kuzniak

search elasticsearch client