[Groonga-commit] droonga/droonga-engine at aa7d648 [master] Use "or" collector for system.absorb-data, because there is no other responser

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 22:02:23 JST 2015


YUKI Hiroshi	2015-04-21 22:02:23 +0900 (Tue, 21 Apr 2015)

  New Revision: aa7d6482955f15c68367506d64d1e8bea3fe8227
  https://github.com/droonga/droonga-engine/commit/aa7d6482955f15c68367506d64d1e8bea3fe8227

  Message:
    Use "or" collector for system.absorb-data, because there is no other responser

  Modified files:
    lib/droonga/plugins/system/absorb_data.rb

  Modified: lib/droonga/plugins/system/absorb_data.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-21 22:00:04 +0900 (e3099f2)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-21 22:02:23 +0900 (934e29a)
@@ -243,7 +243,7 @@ module Droonga
         step.name = "system.absorb-data"
         step.single_operation = true
         step.handler = AbsorbDataHandler
-        step.collector = Collectors::And
+        step.collector = Collectors::Or
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index