Go to file
2015-03-12 21:57:26 +11:00
Annotation Move Search annotation 2014-06-16 22:33:04 +10:00
Command Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
Configuration Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
DataCollector Rename FOQ namespaces and services to FOS 2013-03-27 13:44:06 -04:00
DependencyInjection Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
Doctrine Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
Elastica CS fixes 2015-03-12 21:20:00 +11:00
Event Changes after review 2015-03-11 14:55:13 +11:00
Exception CS fixes 2015-03-12 21:20:00 +11:00
Finder CS fixes 2015-03-12 21:20:00 +11:00
Index Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
Logger Merge remote-tracking branch 'upstream/master' 2014-03-18 19:59:27 -04:30
Manager CS fixes 2015-03-12 21:20:00 +11:00
Paginator Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
Persister Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
Propel Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
Provider Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
Resources CS fixes 2015-03-12 21:20:00 +11:00
Serializer [FEATURE] Use static instantiation with max depth check 2014-06-29 22:14:32 +02:00
Subscriber Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
Tests Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
Transformer Merge cs-fixes-30 into cs-fixes-31 2015-03-12 21:57:26 +11:00
.gitignore Configure Travis CI 2012-03-06 20:33:50 -05:00
.scrutinizer.yml Update travis testing 2014-08-21 22:54:12 +10:00
.travis.yml Cache composer 2015-03-10 22:00:09 +11:00
CHANGELOG-2.0.md Update 2.0.x changelog 2013-06-06 11:13:12 -04:00
CHANGELOG-2.1.md Update 2.1.x changelog 2013-06-06 11:19:59 -04:00
CHANGELOG-3.0.md Bump version 2015-01-31 18:33:07 +11:00
CHANGELOG-3.1.md Merge branch 'pr/744' 2015-03-11 22:17:14 +11:00
Client.php Fix previous commits 2014-06-16 22:43:16 +10:00
composer.json Merge branch '3.0.x' 2015-02-18 11:38:02 +01:00
DynamicIndex.php Deprecate top level classes 2014-05-25 20:51:46 +10:00
FOSElasticaBundle.php CS fixes 2015-03-12 21:20:00 +11:00
HybridResult.php CS fixes 2015-03-12 21:20:00 +11:00
IndexManager.php Deprecate top level classes 2014-05-25 20:51:46 +10:00
phpunit.xml.dist Fix propel service definition 2014-06-25 13:18:02 +10:00
README.md Update documentation links for 3.1 and 3.0 2015-03-11 22:21:56 +11:00
Repository.php CS fixes 2015-03-12 21:20:00 +11:00
Resetter.php Deprecate top level classes 2014-05-25 20:51:46 +10:00
UPGRADE-3.0.md Add UPGRADE-3.0.md file with descriptions of new features / changes 2013-12-02 22:35:50 +01:00

FOSElasticaBundle

This bundle provides integration with ElasticSearch and Elastica with Symfony2. Features include:

  • Integrates the Elastica library into a Symfony2 environment
  • Automatically generate mappings using a serializer
  • Listeners for Doctrine events for automatic indexing

Note

Propel support is limited and contributions fixing issues are welcome!

Build Status Total Downloads Latest Stable Version Latest Unstable Version Scrutinizer Code Quality

Documentation

Documentation for FOSElasticaBundle is in Resources/doc/index.md

Read the documentation for 3.1.x

Read the documentation for 3.0.x

Installation

Installation instructions can be found in the documentation

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE