FOSElasticaBundle/Tests/Persister
Damien Alexandre 3027c687e2 Ref #341, fix the insertMany method to use Bulk indexing
To make it works, I inject the serializer defined for the Type
into the fos_elastica.object_serializer_persister service.

This is the SAME service injected in the setSerializer of Type.

We deport the handling of serialization outside Elastica,
this is not so good but we need to build our own Documents to
get the ID's correctly.
2013-11-29 15:35:59 +01:00
..
ObjectPersisterTest.php made the bundle compatible with Elastica 0.20.x 2013-04-26 14:10:05 +02:00
ObjectSerializerPersisterTest.php Ref #341, fix the insertMany method to use Bulk indexing 2013-11-29 15:35:59 +01:00