search for: example_doc_id

Displaying 1 result from an estimated 1 matches for "example_doc_id".

2007 Jan 10
0
LazyDoc over DRb
Hey all, I''m distributing requests to a small farm of Ferret servers across the network using DRb. In a specific part of my program, I''m trying to find an entry across servers, and for that, I''m using index[''example_doc_id''].load as the return value of the function in question. This returns a Ferret::Index::LazyDoc, which is all fine and dandy, except that for some reason DRb doesn''t like it and won''t return the "hash" to the remote client. I tried using index[''example_...