[Groonga-commit] droonga/fluent-plugin-droonga at 1a67a4e [catalog-schema] schema: Fix place of sources option

Back to archive index

Yoji Shidara null+****@clear*****
Tue Feb 18 15:03:35 JST 2014


Yoji Shidara	2014-02-18 15:03:35 +0900 (Tue, 18 Feb 2014)

  New Revision: 1a67a4e872b2222de16454b63b28aaf805b83bf6
  https://github.com/droonga/fluent-plugin-droonga/commit/1a67a4e872b2222de16454b63b28aaf805b83bf6

  Message:
    schema: Fix place of sources option

  Modified files:
    lib/droonga/catalog/schema.rb

  Modified: lib/droonga/catalog/schema.rb (+4 -4)
===================================================================
--- lib/droonga/catalog/schema.rb    2014-02-18 14:49:04 +0900 (75f667f)
+++ lib/droonga/catalog/schema.rb    2014-02-18 15:03:35 +0900 (d4a5935)
@@ -32,6 +32,10 @@ module Droonga
         def with_position
           @data["withPosition"]
         end
+
+        def sources
+          @data["sources"]
+        end
       end
 
       class Column
@@ -56,10 +60,6 @@ module Droonga
           @data["valueType"]
         end
 
-        def sources
-          @data["sources"]
-        end
-
         private
         def index_options_data
           @data["index_options"] || {}
-------------- next part --------------
HTML����������������������������...
Download 



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