Commit graph

60 commits

Author SHA1 Message Date
RobertPlant c4cc199fbe Document object mapping implications for Doctrine ORM 2013-06-12 10:47:59 -04:00
Jeremy Mikola b9da709f22 Add documentation for client tagging 2013-06-10 10:37:02 -04:00
Lukas Kahwe Smith 16edbfa03b Merge pull request #285 from Appstrakt/master
Updated documentation
2013-05-22 12:56:17 -07:00
Lukas Kahwe Smith b7eff37f63 Merge pull request #290 from hacfi/readme_fix
Correct serializer configuration in README
2013-05-22 12:54:32 -07:00
Lukas Kahwe Smith be065735c1 master is 3.0.x 2013-05-22 21:52:48 +02:00
Jeremy Mikola 814460dbf2 Merge branch '2.1.x' 2013-05-15 10:58:47 -05:00
Tim Nagel c05e0caa9c Added documentation for ignoring missing hits 2013-05-15 09:59:52 -05:00
Philipp Wahala d6e8134189 Correct serializer configuration in README 2013-05-15 15:56:21 +02:00
Arne Stockmans 23dfd3f595 Renamed is_indexable_callback_class back to is_indexable_callback 2013-05-08 14:29:22 +02:00
Lukas Kahwe Smith 0af8f6ce19 updated for Elastica master changes 2013-04-26 14:10:06 +02:00
Lukas Kahwe Smith 800e38f8aa tweaked the callback handling 2013-04-26 14:10:06 +02:00
Lukas Kahwe Smith 8a9a9686ba various tweaks 2013-04-26 14:10:05 +02:00
Lukas Kahwe Smith 965ee39c5a typo fix 2013-04-26 14:10:05 +02:00
Lukas Kahwe Smith aafb6e53fb made the bundle compatible with Elastica 0.20.x 2013-04-26 14:10:05 +02:00
Lea Haensenberger 1abe1f48dd Having a parameter name defining a class for the serializer callback, because directly putting service id or parameter doesn't work because these values are not available at bundle configuration time 2013-04-26 14:10:05 +02:00
Lea Haensenberger bcf564d09c Adapting readme 2013-04-26 14:09:42 +02:00
Lea Haensenberger c99eee9c4b Adding some documentation 2013-04-26 14:06:50 +02:00
Jeremy Mikola 8ffd1a7c3d Update install version and add links to compatibility info 2013-04-16 13:26:14 -04:00
Jeremy Mikola 36e38cb576 Merge branch '1.0.x' into 2.0.x 2013-04-16 13:17:39 -04:00
Jeremy Mikola 58e983fb06 Document installation via composer in README (closes #271) 2013-04-16 13:16:53 -04:00
Jeremy Mikola 49de4d361d Rename FOQ namespaces and services to FOS 2013-03-27 13:44:44 -04:00
Jeremy Mikola 3fb9aaa56a Rename FOQ namespaces and services to FOS 2013-03-27 13:44:06 -04:00
Jeremy Mikola 8f5f12315d Merge branch '2.0'
Conflicts:
	Transformer/ModelToElasticaAutoTransformer.php
2013-03-07 17:38:42 -05:00
Jeremy Mikola d3602e075b Revise language for advanced query example 2013-03-07 17:12:14 -05:00
topweb 14d2b82529 Add advanced query example to README 2013-03-07 17:12:14 -05:00
Marco Leong 6995d75dc8 The finder was not created in that section
The finder was not created in that section, use repository instead, make more sense for user
2013-02-07 17:12:38 +08:00
Richard Miller ef869be10b Update README.md
Adding details of the ```index_name``` config
2013-02-03 19:38:53 +00:00
daFish 6ff09f8cc1 Added missing ~ to all configuration parameters. 2013-01-24 14:53:28 +01:00
Julien Muetton ea3191033f add documentation for nested, object and _parent 2012-11-26 13:55:48 +01:00
Jeremy Mikola af468837a4 Merge branch '2.0' 2012-08-14 11:20:38 -04:00
Isaac Su 285e51c04a Updated README.md code sample is of type TransformedFinder instead of MappedFinder 2012-08-14 11:20:20 -04:00
Richard Miller 2e3d67fdc7 Corrected spelling in README 2012-08-14 10:51:26 +02:00
Richard Miller af8f5f1ecc Merge branch '2.0'
Conflicts:
	README.md
2012-08-06 23:32:09 +01:00
Richard Miller 5251829f53 Added hybrid results to README 2012-08-06 23:30:31 +01:00
Richard Miller 5de1f5ca2d Fixed wrong type in documentation of manual provider 2012-08-06 23:24:27 +01:00
Francisco Facioni 33397ec467 Added to the documentation how to paginate with knp paginator 2012-06-13 13:40:41 -03:00
Jeremy Mikola a39170060f Document arguments passed to is_indexable_callback 2012-04-17 13:43:18 -03:00
Jeremy Mikola a15dd2a411 [Listener] Revise is_indexable_callback documentation 2012-04-16 12:45:10 -04:00
r1pp3rj4ck 0f46f4b96d [Listener] Allow conditional indexing based on callback method
Added optional is_indexable_callback config param to persistence. If this is a method on the entity, the listener will only process it if the method returns true. Also updated documentation.
2012-04-10 14:36:25 -04:00
Jeremy Mikola 23cfb31651 Update documentation for custom provider services 2012-03-13 13:44:49 -04:00
Jeremy Mikola 15bcca4e7e Fix documentation for persistence "identifier" option 2012-03-13 13:42:27 -04:00
Richard Miller cff974039b Fixed README formatting issue 2012-01-25 14:15:20 +00:00
Richard Miller 452781bdec Added search repositories to the README 2012-01-25 13:46:15 +00:00
Jeremy Mikola 0d0c653777 Merge pull request #58 from merk/index_transformer
Index wide finder
Conflicts:

	DependencyInjection/FOQElasticaExtension.php
	Resources/config/config.xml
2012-01-12 16:10:28 +00:00
Jeremy Mikola 5f83fd90c2 Merge pull request #51 from willdurand/propel-support
Propel support
Conflicts:

	DependencyInjection/FOQElasticaExtension.php
2012-01-12 16:01:33 +00:00
Richard Miller e8659d0042 Updated autoload instructions as per GH-48 2012-01-12 15:46:43 +00:00
Richard Miller 522b3e2c8f Added using deps and vendors script to docs 2012-01-12 15:45:41 +00:00
Richard Miller 5b117cb179 Updated README.md with info on 2.0 branch 2012-01-12 15:43:19 +00:00
Jeremy Mikola 64dd1d780b [#45] Add example of exception suppression to README 2011-12-28 17:08:47 -05:00
ornicar 46cca16fd1 Document advanced type settings 2011-09-12 18:34:05 +02:00