[Groonga-commit] droonga/fluent-plugin-droonga at 339f2e3 [master] Support "--normalizer" option of the "table_create" command

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 12 15:04:42 JST 2013


YUKI Hiroshi	2013-09-12 15:04:42 +0900 (Thu, 12 Sep 2013)

  New Revision: 339f2e35f45a195086b50e91ad093c6fc478e31e
  https://github.com/droonga/fluent-plugin-droonga/commit/339f2e35f45a195086b50e91ad093c6fc478e31e

  Message:
    Support "--normalizer" option of the "table_create" command

  Modified files:
    lib/groonga_command_converter.rb

  Modified: lib/groonga_command_converter.rb (+1 -0)
===================================================================
--- lib/groonga_command_converter.rb    2013-09-12 14:23:09 +0900 (b30762e)
+++ lib/groonga_command_converter.rb    2013-09-12 15:04:42 +0900 (0c2fc9c)
@@ -81,6 +81,7 @@ module Droonga
         :key_type => @command[:key_type],
         :value_type => @command[:value_type],
         :default_tokenizer => @command[:default_tokenizer],
+        :normalizer => @command[:normalizer],
       }
       create_envelope("table_create", body)
     end
-------------- next part --------------
HTML����������������������������...
Download 



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