[Groonga-commit] droonga/fluent-plugin-droonga at 2cafa23 [master] Give more meaningful name for the validation method of source dependencies

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Dec 27 10:18:59 JST 2013


YUKI Hiroshi	2013-12-27 10:18:59 +0900 (Fri, 27 Dec 2013)

  New Revision: 2cafa2377e3b2b9b3c5f57238b89fa54f0ee1118
  https://github.com/droonga/fluent-plugin-droonga/commit/2cafa2377e3b2b9b3c5f57238b89fa54f0ee1118

  Message:
    Give more meaningful name for the validation method of source dependencies

  Modified files:
    lib/droonga/plugin/distributor/distributed_search_planner.rb
    lib/droonga/searcher.rb

  Modified: lib/droonga/plugin/distributor/distributed_search_planner.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/distributor/distributed_search_planner.rb    2013-12-27 10:14:06 +0900 (095e594)
+++ lib/droonga/plugin/distributor/distributed_search_planner.rb    2013-12-27 10:18:59 +0900 (f1c29fa)
@@ -36,7 +36,7 @@ module Droonga
     UNLIMITED = -1
 
     def build_messages
-      Searcher::QuerySorter.validate_sources(@queries)
+      Searcher::QuerySorter.validate_dependencies(@queries)
 
       ensure_unifiable!
 

  Modified: lib/droonga/searcher.rb (+1 -1)
===================================================================
--- lib/droonga/searcher.rb    2013-12-27 10:14:06 +0900 (be3b340)
+++ lib/droonga/searcher.rb    2013-12-27 10:18:59 +0900 (1d819ad)
@@ -120,7 +120,7 @@ module Droonga
           sorted_queries
         end
 
-        def validate_sources(queries)
+        def validate_dependencies(queries)
           sort(queries)
         end
       end
-------------- next part --------------
HTML����������������������������...
Descargar 



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