[Groonga-commit] ranguba/rroonga at 9406e2f [master] doc: describe "full size" is the default explicitly

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sat Nov 5 16:25:06 JST 2016


Kouhei Sutou	2016-11-05 16:25:06 +0900 (Sat, 05 Nov 2016)

  New Revision: 9406e2ffa38063c74e4224b01ab89bce9ffb9281
  https://github.com/ranguba/rroonga/commit/9406e2ffa38063c74e4224b01ab89bce9ffb9281

  Message:
    doc: describe "full size" is the default explicitly

  Modified files:
    ext/groonga/rb-grn-table.c

  Modified: ext/groonga/rb-grn-table.c (+4 -3)
===================================================================
--- ext/groonga/rb-grn-table.c    2016-11-05 16:16:12 +0900 (4fdf0b5)
+++ ext/groonga/rb-grn-table.c    2016-11-05 16:25:06 +0900 (e9be518)
@@ -357,9 +357,10 @@ rb_grn_table_define_column (int argc, VALUE *argv, VALUE self)
  *     転置索引にweight情報を合わせて格納する。
  *   @option options :with_position
  *     転置索引に出現位置情報を合わせて格納する。
- *   @option options :size
- *     The size of index column. It must be `:small` or `:medium`.
- *     Omitted size is initialized as default index column.
+ *   @option options :size (nil)
+ *     The size of index column. It must be `nil`, `:small` or
+ *     `:medium`. `nil` means full size. `:small` means small
+ *     size. `:medium` means medium size.
  *   @option options :source
  *    インデックス対象となるカラムを指定する。 +:sources+ との併用はできない。
  *   @option options :sources
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る