Go to file
Allan Brault 58eed2dc7f Update PopulateCommand.php
in the case i have 110 objects, it was doing :
Populating abc/Index 90.9% (100/110)
Populating abc/index 181.8% (200/110)

now :
Populating abc/Index 90.9% (100/110)
Populating abc/index 100.0% (110/110)
2015-01-26 16:59:55 +01:00
Annotation Move Search annotation 2014-06-16 22:33:04 +10:00
Command Update PopulateCommand.php 2015-01-26 16:59:55 +01:00
Configuration Merge branch '3.0.x' 2015-01-22 11:26:07 +11:00
DataCollector Rename FOQ namespaces and services to FOS 2013-03-27 13:44:06 -04:00
DependencyInjection Merge branch '3.0.x' 2015-01-21 18:11:18 +01:00
Doctrine Tidy up ProgressBar use, move most calculations for loggerClosure 2015-01-25 19:53:58 +11:00
Elastica Move query logging into its own method 2014-09-21 20:12:30 +10:00
Event Dispatch an event when transforming objects 2015-01-20 14:41:11 +11:00
Exception Ability to delete an index if expecting an alias 2014-08-28 17:59:58 +01:00
Finder added support for setting search options 2014-02-04 19:41:38 -06:00
Index Merge branch '3.0.x' 2015-01-09 08:56:41 +11:00
Logger Merge remote-tracking branch 'upstream/master' 2014-03-18 19:59:27 -04:30
Manager Fix CS from scrutiniser-ci 2014-09-21 20:12:30 +10:00
Paginator RawPaginatorAdapter::getTotalHits() can retrieve the genuine total hits returned by elasticsearch 2014-11-26 16:25:23 +01:00
Persister BC BREAK: Add handlesObject method to ObjectPersisterInterface 2014-09-21 20:25:32 +10:00
Propel Tidy up ProgressBar use, move most calculations for loggerClosure 2015-01-25 19:53:58 +11:00
Provider Tidy up ProgressBar use, move most calculations for loggerClosure 2015-01-25 19:53:58 +11:00
Resources Merge branch '3.0.x' 2015-01-22 11:26:07 +11:00
Serializer [FEATURE] Use static instantiation with max depth check 2014-06-29 22:14:32 +02:00
Subscriber Added knp paginator sort functionality to PaginateElasticaQuerySubscriber 2014-04-03 10:44:18 +02:00
Tests Merge branch '3.0.x' 2015-01-22 11:26:07 +11:00
Transformer Dispatch an event when transforming objects 2015-01-20 14:41:11 +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 Removed the testing on Symfony dev-master 2014-12-17 14:23:00 +01: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 Update changelog 2015-01-22 09:36:33 +11:00
CHANGELOG-3.1.md Tidy up ProgressBar use, move most calculations for loggerClosure 2015-01-25 19:53:58 +11:00
Client.php Fix previous commits 2014-06-16 22:43:16 +10:00
composer.json 3.1.x requires doctrine 2.4+ 2014-10-03 08:21:02 +10:00
DynamicIndex.php Deprecate top level classes 2014-05-25 20:51:46 +10:00
FOSElasticaBundle.php Move IndexManager's resolution to tagged index services 2014-06-18 16:49:57 +10:00
HybridResult.php made the bundle compatible with Elastica 0.20.x 2013-04-26 14:10:05 +02: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 Add code quality badge 2014-08-21 23:23:20 +10:00
Repository.php Fix CS from scrutiniser-ci 2014-09-21 20:12:30 +10: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.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