On 10/31/11, Marvin Humphrey <[email protected]> wrote: > Please try adding a Schema to SearchClient's constructor arguments. > > push @searcher, LucyX::Remote::SearchClient->new( > peer_address => qq($remote_host:7890), > password => $pw, > + schema => $schema, > );
Thanks for the quick response. This worked to the extent that search results are now displayed by the SearchClient, but the SearchServer still dies with the same errors... what else can I do to help you narrow it down? Thanks
