<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -60,7 +60,7 @@ require 'rdig_adapter'
 # include the following in your model class (specifiying the fields you want to get indexed):
 # acts_as_ferret :fields =&gt; [ :title, :description ]
 #
-# now you can use ModelClass.find_by_contents(query) to find instances of your model
+# now you can use ModelClass.find_with_ferret(query) to find instances of your model
 # whose indexed fields match a given query. All query terms are required by default, but 
 # explicit OR queries are possible. This differs from the ferret default, but imho is the more
 # often needed/expected behaviour (more query terms result in less results).</diff>
      <filename>lib/acts_as_ferret.rb</filename>
    </modified>
    <modified>
      <diff>@@ -169,7 +169,7 @@ module ActsAsFerret
     # Useful e.g. if you want to search across models or do not want to fetch
     # all result records (yet).
     #
-    # Options are the same as for find_by_contents
+    # Options are the same as for find_with_ferret
     #
     # A block can be given too, it will be executed with every result:
     # find_ids_with_ferret(q, options) do |model, id, score|</diff>
      <filename>lib/class_methods.rb</filename>
    </modified>
    <modified>
      <diff>@@ -29,8 +29,8 @@ module ActsAsFerret #:nodoc:
         #                                           equals Ferret's internal similarity implementation)
         # :analyzer =&gt; 'Ferret::Analysis::StandardAnalyzer' # class name of the analyzer to use
         # :append_to_query =&gt; nil # proc taking a query object as argument, which will be called after generating the query. can be used to further manipulate the query used to find related documents, i.e. to constrain the search to a given class in single table inheritance scenarios
-        # ferret_options : Ferret options handed over to find_by_contents (i.e. for limits and sorting)
-        # ar_options : options handed over to find_by_contents for AR scoping
+        # ferret_options : Ferret options handed over to find_with_ferret (i.e. for limits and sorting)
+        # ar_options : options handed over to find_with_ferret for AR scoping
         def more_like_this(options = {}, ferret_options = {}, ar_options = {})
           options = {
             :field_names =&gt; nil,  # Default field names
@@ -44,7 +44,7 @@ module ActsAsFerret #:nodoc:
             :similarity =&gt; 'ActsAsFerret::MoreLikeThis::DefaultAAFSimilarity',  # class name of the similarity implementation to use
             :analyzer =&gt; 'Ferret::Analysis::StandardAnalyzer', # class name of the analyzer to use
             :append_to_query =&gt; nil,
-            :base_class =&gt; self.class # base class to use for querying, useful in STI scenarios where BaseClass.find_by_contents can be used to retrieve results from other classes, too
+            :base_class =&gt; self.class # base class to use for querying, useful in STI scenarios where BaseClass.find_with_ferret can be used to retrieve results from other classes, too
           }.update(options)
           #index.search_each('id:*') do |doc, score|
           #  puts &quot;#{doc} == #{index[doc][:description]}&quot;</diff>
      <filename>lib/more_like_this.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ namespace :ferret do
   # environment variable:
   #
   # INDEXES=&quot;my_model shared&quot; rake ferret:rebuild
-  desc &quot;Rebuild a Ferret index. Specify what model to rebuild with the MODEL environment variable.&quot;
+  desc &quot;Rebuild a Ferret index. Specify what model to rebuild with the INDEXES environment variable.&quot;
   task :rebuild =&gt; :environment do
     indexes = ENV['INDEXES'].split
     indexes.each do |index_name|</diff>
      <filename>tasks/ferret.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f3efe42d792288d1ade84d4745a723ab60335925</id>
    </parent>
    <parent>
      <id>de2b09dffea70ef8ad6fb2b24480a13957a555bb</id>
    </parent>
  </parents>
  <author>
    <name>Jens Kraemer</name>
    <email>jk@jkraemer.net</email>
  </author>
  <url>http://github.com/boone/acts_as_ferret/commit/0fdff75c6d1eff7e458c7207d616dd01d4499082</url>
  <id>0fdff75c6d1eff7e458c7207d616dd01d4499082</id>
  <committed-date>2009-04-02T13:03:50-07:00</committed-date>
  <authored-date>2009-04-02T13:03:50-07:00</authored-date>
  <message>Merge branch 'master' of git://github.com/boone/acts_as_ferret into boone/master</message>
  <tree>6b2f8399a4b7014836924e2d79e74ca7fa67acfb</tree>
  <committer>
    <name>Jens Kraemer</name>
    <email>jk@jkraemer.net</email>
  </committer>
</commit>
