Author: rande
Date: 2010-02-07 17:50:59 +0100 (Sun, 07 Feb 2010)
New Revision: 27645

Modified:
   plugins/sfSolrPlugin/branches/sf1.2/README
Log:
[sfSolrPlugin] fix typos

Modified: plugins/sfSolrPlugin/branches/sf1.2/README
===================================================================
--- plugins/sfSolrPlugin/branches/sf1.2/README  2010-02-07 16:32:25 UTC (rev 
27644)
+++ plugins/sfSolrPlugin/branches/sf1.2/README  2010-02-07 16:50:59 UTC (rev 
27645)
@@ -179,7 +179,7 @@
 
 Further, you can specify a transformation function to put the value through 
before it is indexed.  This is useful if you have HTML code being returned and 
you need strip it out.  Define this like so:
 
-Everytime you update the search.yml file, the `create-config-solr` command 
must be run. The server must be restarted too. Depending on how deep is your 
update, you *might* need to reindex or to delete the index.
+Everytime you update the search.yml file, the `create-solr-conf` command must 
be run. The server must be restarted too. Depending on how deep is your update, 
you *might* need to reindex or to delete the index.
 
 
 
@@ -361,7 +361,7 @@
     $lucene = sfLucene::getInstance('index', 'fr');
 
     // retrieve the results
-    $sf_lucene_results = $lucene->friendlyFind($c);
+    $sf_lucene_results = $lucene->friendlyFind($criteria);
 
     // in a template file
     <ul>
@@ -450,7 +450,7 @@
 Usage:
 
     [php]
-    $criteria = new sfLuceneFacetCriteria;
+    $criteria = new sfLuceneFacetsCriteria;
     $criteria
        ->addFacetField('sfl_model')
        ->addFacetQuery('first_letter:[A TO M]')

-- 
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