Jens,

Thanks for your help.  I ripped out the Sort, SortField and RangeQuery 
objects, and sure enough - it worked.  I'll try your suggestions 
tomorrow -- using the sort fields and FQL.


Brandon

Jens Kraemer wrote:
> Hi Brandon,
> 
> transmitting objects from Ferret's API across the DRb connection is
> always a bit tricky. If these don't serialize correctly, DRb only
> transmits a stub and then tries to talk back to the original object
> via a DRb connection from the server to your web server process, which
> results in the message you see.
> 
> Sort and SortFields should work, but I'm not sure if I introducted the
> one or the other after the 0.4.1 release. Imho, Sort objects can simply
> be replaced by an array holding the SortFields.
> 
> For the RangeQueries and other query objects that fail the way you
> describe, please try using FQL instead to see if this fixes the problem.
> 
> cheers,
> Jens
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to