[Groonga-commit] droonga/fluent-plugin-droonga at 24d4409 [master] schema: Remove "with" from column index options

Back to archive index

Yoji Shidara null+****@clear*****
Tue Feb 18 15:52:24 JST 2014


Yoji Shidara	2014-02-18 15:52:24 +0900 (Tue, 18 Feb 2014)

  New Revision: 24d440915f844235f45a745e4d2e786ed31f03e9
  https://github.com/droonga/fluent-plugin-droonga/commit/24d440915f844235f45a745e4d2e786ed31f03e9

  Message:
    schema: Remove "with" from column index options

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

  Modified: lib/droonga/catalog/schema.rb (+6 -6)
===================================================================
--- lib/droonga/catalog/schema.rb    2014-02-18 15:50:53 +0900 (963c97e)
+++ lib/droonga/catalog/schema.rb    2014-02-18 15:52:24 +0900 (310e5ba)
@@ -21,16 +21,16 @@ module Droonga
           @data = data
         end
 
-        def with_section
-          @data["withSection"]
+        def section
+          @data["section"]
         end
 
-        def with_weight
-          @data["withWeight"]
+        def weight
+          @data["weight"]
         end
 
-        def with_position
-          @data["withPosition"]
+        def position
+          @data["position"]
         end
 
         def sources
-------------- next part --------------
HTML����������������������������...
Download 



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