YUKI Hiroshi
null+****@clear*****
Fri Jan 24 15:28:59 JST 2014
YUKI Hiroshi 2014-01-24 15:28:59 +0900 (Fri, 24 Jan 2014) New Revision: d2f8fa07cb9d70207284c70ceb19290fb160b466 https://github.com/droonga/fluent-plugin-droonga/commit/d2f8fa07cb9d70207284c70ceb19290fb160b466 Message: Use search collector Modified files: test/unit/plugin/distributor/test_search.rb Modified: test/unit/plugin/distributor/test_search.rb (+4 -4) =================================================================== --- test/unit/plugin/distributor/test_search.rb 2014-01-24 15:27:03 +0900 (faefe3a) +++ test/unit/plugin/distributor/test_search.rb 2014-01-24 15:28:59 +0900 (3b19faf) @@ -71,7 +71,7 @@ class SearchDistributorTest < Test::Unit::TestCase message = [] message << { - "type" => "reduce", + "type" => "search_reduce", "body" => { "query1" => { "query1_reduced" => { @@ -90,7 +90,7 @@ class SearchDistributorTest < Test::Unit::TestCase "outputs" => ["query1_reduced"], } message << { - "type" => "reduce", + "type" => "search_reduce", "body" => { "query2" => { "query2_reduced" => { @@ -109,7 +109,7 @@ class SearchDistributorTest < Test::Unit::TestCase "outputs" => ["query2_reduced"], } message << { - "type" => "reduce", + "type" => "search_reduce", "body" => { "query3" => { "query3_reduced" => { @@ -129,7 +129,7 @@ class SearchDistributorTest < Test::Unit::TestCase } gatherer = { - "type" => "gather", + "type" => "search_gather", "body" => { "query1_reduced" => { "output" => "query1", -------------- next part -------------- HTML����������������������������...Download