YUKI Hiroshi
null+****@clear*****
Fri Jan 31 16:28:07 JST 2014
YUKI Hiroshi 2014-01-31 16:28:07 +0900 (Fri, 31 Jan 2014) New Revision: 4ea5bd865ec2b233f3a5640ffcf25e5cdf030d17 https://github.com/droonga/fluent-plugin-droonga/commit/4ea5bd865ec2b233f3a5640ffcf25e5cdf030d17 Message: Don't break the given queries Modified files: lib/droonga/plugin/distributor/distributed_search_planner.rb Modified: lib/droonga/plugin/distributor/distributed_search_planner.rb (+1 -0) =================================================================== --- lib/droonga/plugin/distributor/distributed_search_planner.rb 2014-01-31 16:21:45 +0900 (0af4b65) +++ lib/droonga/plugin/distributor/distributed_search_planner.rb 2014-01-31 16:28:07 +0900 (46f2d30) @@ -21,6 +21,7 @@ module Droonga super @request = @source_message["body"] + @request = Marshal.load(Marshal.dump(@request)) @queries = @request["queries"] end -------------- next part -------------- HTML����������������������������...Download