[Groonga-commit] droonga/fluent-plugin-droonga at d2f8fa0 [master] Use search collector

Back to archive index

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 



More information about the Groonga-commit mailing list
Back to archive index