On Thu, Jan 03, 2008 at 11:06:24AM -0500, John Bachir wrote: > > On Jan 3, 2008, at 10:38 AM, Jens Kraemer wrote: > > > You need to specify :default_field if you're using :single_index => > > true > > in combination with :or_default => false (aaf default) and you have > > queries that may contain stop words and that are not constrained to a > > list of fields specified in the query string. > > Thank you Jens for your elaborate response. > > Our code removes stop words from all queries before sending them to > AAF. In this case, would the lack of setting default_field ever be a > problem? Perhaps this is why we have not seen problems even though we > have never set default_field.
exactly, in this case you shouldn't have any problems. Cheers, Jens -- Jens Krämer http://www.jkraemer.net/ - Blog http://www.omdb.org/ - The new free film database _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

