Go to file
2014-03-26 12:38:20 +11:00
Command Merge branch 'master' into add-hotswapping-aliased-indexes-on-populate 2014-03-17 09:18:57 +11:00
Configuration clean ups 2013-11-20 08:11:15 -05:00
DataCollector Rename FOQ namespaces and services to FOS 2013-03-27 13:44:06 -04:00
DependencyInjection Logger enabled with debugging 2014-03-26 12:38:20 +11:00
Doctrine Make fetchSlice compatible with custom repo method 2014-03-19 08:40:58 -04:00
Exception Rename FOQ namespaces and services to FOS 2013-03-27 13:44:06 -04:00
Finder added support for setting search options 2014-02-04 19:41:38 -06:00
Logger Merge remote-tracking branch 'upstream/master' 2014-03-18 19:59:27 -04:30
Manager clean ups 2013-11-20 08:11:15 -05:00
Paginator fix some block comment 2014-03-14 18:41:49 +01:00
Persister Bulk delete 2014-02-01 02:14:21 +00:00
Propel New method getMemoryUsage to get RAM information message 2014-02-03 18:12:20 +01:00
Provider AbstractProvider cleanup 2014-02-20 12:57:10 +01:00
Resources Documentation updates 2014-03-26 10:07:50 +11:00
Serializer clean ups 2013-11-20 08:11:15 -05:00
Subscriber Merge remote-tracking branch 'cevou/master' into pr/245 2013-03-27 14:58:34 -04:00
Tests Unset fields if no nested fields are defined 2014-03-24 15:06:24 +01:00
Transformer fixes ignore_missing option and unknown index 2014-02-03 09:47:16 +01:00
.gitignore Configure Travis CI 2012-03-06 20:33:50 -05:00
.travis.yml Fix tests 2013-12-17 21:38:08 +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 Added notice about added support for HTTP headers. 2014-03-18 20:07:30 -04:30
Client.php Merge pull request #505 from piotrantosik/fix_docblocks 2014-03-25 15:48:18 +11:00
composer.json Bump symfony requirement 2014-03-18 09:10:44 +11:00
DynamicIndex.php Add support for using aliases to allow hot swapping of indexes when populating 2014-02-06 21:11:12 +00:00
FOSElasticaBundle.php fix some block comment 2014-03-14 18:41:49 +01:00
HybridResult.php made the bundle compatible with Elastica 0.20.x 2013-04-26 14:10:05 +02:00
IndexManager.php made the bundle compatible with Elastica 0.20.x 2013-04-26 14:10:05 +02:00
phpunit.xml.dist Rename FOQ namespaces and services to FOS 2013-03-27 13:44:06 -04:00
README.md Documentation updates 2014-03-26 10:07:50 +11:00
Repository.php added support for setting search options 2014-02-04 19:41:38 -06:00
Resetter.php Merge pull request #505 from piotrantosik/fix_docblocks 2014-03-25 15:48:18 +11: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

Documentation

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

Read the documentation for 3.0.x (master))

Read the documentation for 2.1.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