Merge pull request #397 from igorRovenki/master

Update README.md
This commit is contained in:
Tim Nagel 2013-11-06 13:03:10 -08:00
commit 08697a4d84

View file

@ -592,7 +592,7 @@ Declare that you want to update the index in real time:
persistence:
driver: orm
model: Application\UserBundle\Entity\User
listener: # by default, listens to "insert", "update" and "delete"
listener: ~ # by default, listens to "insert", "update" and "delete"
Now the index is automatically updated each time the state of the bound Doctrine repository changes.
No need to repopulate the whole "user" index when a new `User` is created.