https://bugzilla.wikimedia.org/show_bug.cgi?id=43544
--- Comment #3 from Tim Starling <[email protected]> --- For RMI errors, of the kind which were the cause of "zero results" being returned last time I debugged a Lucene problem, there are error handling issues in multiple parts of the stack: * The SearchEngine interface in the core has no way to report errors to SpecialSearch (short of throwing an exception). * MWSearch makes no attempt to extract an error message from the body of HTTP 500 errors, it just returns null. * In lucene-search-2, some RMIMessengerClient methods respond to network errors by returning an empty result set, instead of returning an error status as they should. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
