[Groonga-commit] droonga/fluent-plugin-droonga at 75e71a7 [master] Align

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 31 18:52:21 JST 2014


YUKI Hiroshi	2014-01-31 18:52:21 +0900 (Fri, 31 Jan 2014)

  New Revision: 75e71a7f86dc0f2ddd420caa6078bd855ae1b8fa
  https://github.com/droonga/fluent-plugin-droonga/commit/75e71a7f86dc0f2ddd420caa6078bd855ae1b8fa

  Message:
    Align

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

  Modified: lib/droonga/plugin/distributor/distributed_search_planner.rb (+3 -3)
===================================================================
--- lib/droonga/plugin/distributor/distributed_search_planner.rb    2014-01-31 18:52:08 +0900 (9a1812c)
+++ lib/droonga/plugin/distributor/distributed_search_planner.rb    2014-01-31 18:52:21 +0900 (5733459)
@@ -299,7 +299,7 @@ module Droonga
             case attribute
             when String
               {
-                "label" => key,
+                "label"  => key,
                 "source" => attribute,
               }
             when Hash
@@ -359,12 +359,12 @@ module Droonga
           end
           {
             "operator" => operator,
-            "column" => attributes.index(sort_key),
+            "column"   => attributes.index(sort_key),
           }
         end
 
         reducer = {
-          "type" => "sort",
+          "type"      => "sort",
           "operators" => operators,
         }
         if unifiable? && !key_column_index.nil?
-------------- next part --------------
HTML����������������������������...
Download 



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