[Groonga-commit] droonga/fluent-plugin-droonga at 5a44bd2 [master] Don't hand queries to the method "unifiable?"

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 5 12:45:28 JST 2013


YUKI Hiroshi	2013-12-05 12:45:28 +0900 (Thu, 05 Dec 2013)

  New Revision: 5a44bd20bbbbd7594c4c739785522bb60f43f6c4
  https://github.com/droonga/fluent-plugin-droonga/commit/5a44bd20bbbbd7594c4c739785522bb60f43f6c4

  Message:
    Don't hand queries to the method "unifiable?"

  Modified files:
    lib/droonga/plugin/distributor/distributed_search_plan.rb

  Modified: lib/droonga/plugin/distributor/distributed_search_plan.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/distributor/distributed_search_plan.rb    2013-12-05 12:42:39 +0900 (ee73d0e)
+++ lib/droonga/plugin/distributor/distributed_search_plan.rb    2013-12-05 12:45:28 +0900 (01b4fba)
@@ -65,7 +65,7 @@ module Droonga
     def ensure_unifiable!(queries=nil)
       queries ||= @queries
       queries.each do |name, query|
-        if unifiable?(name, queries) && query["output"]
+        if unifiable?(name) && query["output"]
           query["output"]["unifiable"] = true
         end
       end
-------------- next part --------------
HTML����������������������������...
다운로드 



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