[Groonga-commit] droonga/fluent-plugin-droonga at 7293c3d [master] collector: follow method name change

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 12 16:01:15 JST 2014


Kouhei Sutou	2014-02-12 16:01:15 +0900 (Wed, 12 Feb 2014)

  New Revision: 7293c3dcdd289f0403da18719afd607cf3bc5c28
  https://github.com/droonga/fluent-plugin-droonga/commit/7293c3dcdd289f0403da18719afd607cf3bc5c28

  Message:
    collector: follow method name change

  Modified files:
    lib/droonga/plugin/collector/search.rb

  Modified: lib/droonga/plugin/collector/search.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/collector/search.rb    2014-02-12 15:55:01 +0900 (439515c)
+++ lib/droonga/plugin/collector/search.rb    2014-02-12 16:01:15 +0900 (7f4d2ee)
@@ -75,7 +75,7 @@ module Droonga
     def search_reduce(request)
       #XXX This is just a workaround. Errors should be handled by the framework itself.
       if input_name == "errors"
-        return collector_reduce(request)
+        return reduce(request)
       end
 
       return unless request
-------------- next part --------------
HTML����������������������������...
다운로드 



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