2017 © Pedro Peláez
 

symfony-bundle solr-bundle

Solr ODM Bundle

image

realestateconz/solr-bundle

Solr ODM Bundle

  • Thursday, November 7, 2013
  • by kengolovin
  • Repository
  • 2 Watchers
  • 1 Stars
  • 409 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

SolrBundle - Object Document Mapper bundle for Solr

Introduction

SolrBundle provides ODM support for solr, (*1)

Installation

Step 1: Install SolrBundle

Add the following dependency to your composer.json file: ``` json { "require": { ..., "realestateconz/solr-bundle": "master-dev" } }, (*2)



### Step 2: Enable the bundle Finally, enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Realestate\SolrBundle\RealestateSolrBundle(), ); }

Step 3: Configure

``` yaml, (*3)

app/config/config.yml

realestate_solr: solarium: connection: adapter: Realestate\SolrBundle\Bridge\Solarium\Adapter\ZendHttp adapteroptions: host: localhost port: 8080 path: /solr timeout: 10 adapter: Zend_Http_Client_Adapter_Curl ```, (*4)

The Versions

07/11 2013

dev-solarium3

dev-solarium3

Solr ODM Bundle

  Sources   Download

MIT

The Requires

 

odm solr

07/11 2013

2.0.x-dev

2.0.9999999.9999999-dev

Solr ODM Bundle

  Sources   Download

MIT

The Requires

 

odm solr

07/11 2013

dev-master

9999999-dev

Solr ODM Bundle

  Sources   Download

MIT

The Requires

 

odm solr

07/11 2013

2.1.x-dev

2.1.9999999.9999999-dev

Solr ODM Bundle

  Sources   Download

MIT

The Requires

 

odm solr