[Groonga-commit] droonga/fluent-plugin-droonga at 7f0fd4c [master] schema: Fix indexOptions attribute name

Back to archive index

Yoji Shidara null+****@clear*****
Tue Feb 18 16:34:53 JST 2014


Yoji Shidara	2014-02-18 16:34:53 +0900 (Tue, 18 Feb 2014)

  New Revision: 7f0fd4c4c10ec750f754eb0cf83188c2236aeea9
  https://github.com/droonga/fluent-plugin-droonga/commit/7f0fd4c4c10ec750f754eb0cf83188c2236aeea9

  Message:
    schema: Fix indexOptions attribute name

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

  Modified: lib/droonga/catalog/schema.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/schema.rb    2014-02-18 16:29:10 +0900 (c5aedfe)
+++ lib/droonga/catalog/schema.rb    2014-02-18 16:34:53 +0900 (a4968fd)
@@ -87,7 +87,7 @@ module Droonga
 
         private
         def index_options_data
-          @data["index_options"] || {}
+          @data["indexOptions"] || {}
         end
       end
 
-------------- next part --------------
HTML����������������������������...
Download 



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