On Wed, Apr 2, 2008 at 10:08 AM, gestadieu <[EMAIL PROTECTED]> wrote:
> Of course it will be a little bit more complex, but the question is on > the code for Lucene itself. By default Lucene is doing a preSave or > postSave, is there anyway to not run this when we do not want it on > our code? Yes, as of r7866, you can use sfLucenePropelBehavior::setLock(true) to disable the behavior, and sfLucenePropelBehavior::setLock(false) to enable it again when you're done. ++ -- Nicolas Perriault http://prendreuncafe.com/blog GSM: 06.60.92.08.67 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
