Author: rande
Date: 2010-05-11 00:17:40 +0200 (Tue, 11 May 2010)
New Revision: 29409

Modified:
   plugins/sfSolrPlugin/branches/sf1.2/README
Log:
[sfSolrPlugin] fix class name in README file

Modified: plugins/sfSolrPlugin/branches/sf1.2/README
===================================================================
--- plugins/sfSolrPlugin/branches/sf1.2/README  2010-05-10 22:14:32 UTC (rev 
29408)
+++ plugins/sfSolrPlugin/branches/sf1.2/README  2010-05-10 22:17:40 UTC (rev 
29409)
@@ -321,14 +321,14 @@
 Doctrine
 --------
 
-You can attach a listener into your doctrine model in order to update the 
lucene index. In the `actAs` section just add `sfLuceneDoctrine`
+You can attach a listener into your doctrine model in order to update the 
lucene index. In the `actAs` section just add `sfLuceneDoctrineTemplate`
 
     [yaml]
     Address:
       tableName: addresses
       options: { charset: utf8, collate: utf8_unicode_ci }
       actAs:
-        sfLuceneDoctrine:
+        sfLuceneDoctrineTemplate:
       columns:
         id: { type: integer(4), primary: true, autoincrement: true }
         name: { type: string(40), }

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" 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-svn?hl=en.

Reply via email to