PHPackages                             floriansemm/solr-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. floriansemm/solr-bundle

ActiveSymfony-bundle[Search &amp; Filtering](/categories/search)

floriansemm/solr-bundle
=======================

Symfony Solr integration bundle

v1.7.1(7y ago)12280.2k↓50%71[14 issues](https://github.com/floriansemm/SolrBundle/issues)[2 PRs](https://github.com/floriansemm/SolrBundle/pulls)1MITPHPPHP ^7.0

Since Oct 25Pushed 5y ago8 watchersCompare

[ Source](https://github.com/floriansemm/SolrBundle)[ Packagist](https://packagist.org/packages/floriansemm/solr-bundle)[ Docs](https://github.com/floriansemm/SolrBundle)[ RSS](/packages/floriansemm-solr-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (48)Used By (1)

SolrBundle
==========

[](#solrbundle)

[![Build Status](https://camo.githubusercontent.com/ec451c03237396302b1d4ca3b9d5d1b165ff58b900e6c18b895cbdefd253246b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f666c6f7269616e73656d6d2f536f6c7242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/floriansemm/SolrBundle)[![Latest Stable Version](https://camo.githubusercontent.com/b135193ce1079fbc9e684779b62ec698ee79c72fb041046e90d8354eeff49f29/68747470733a2f2f706f7365722e707567782e6f72672f666c6f7269616e73656d6d2f736f6c722d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/floriansemm/solr-bundle)[![Total Downloads](https://camo.githubusercontent.com/6cc51877edbbe18983a271ad5db3d1d094db73a80942ef0ebe2e6002cc17c391/68747470733a2f2f706f7365722e707567782e6f72672f666c6f7269616e73656d6d2f736f6c722d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/floriansemm/solr-bundle)

Introduction
------------

[](#introduction)

This Bundle provides a simple API to index and query a Solr Index.

Installation
------------

[](#installation)

Installation is a quick (I promise!) 3 step process:

1. Download SolrBundle
2. Enable the Bundle
3. Configure the SolrBundle
4. configure your entity

### Step 1: Download SolrBundle

[](#step-1-download-solrbundle)

This bundle is available on Packagist. You can install it using Composer:

```
$ composer require floriansemm/solr-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Next, enable the bundle in the kernel:

```
