[Groonga-commit] droonga/fluent-plugin-droonga at 53417b3 [catalog-schema] 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: 53417b3c5cb7d8312463856217fe9f863e950bbd
  https://github.com/droonga/fluent-plugin-droonga/commit/53417b3c5cb7d8312463856217fe9f863e950bbd

  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