Masafumi Yokoyama
null+****@clear*****
Tue Jan 12 18:59:56 JST 2016
Masafumi Yokoyama 2016-01-12 18:59:56 +0900 (Tue, 12 Jan 2016) New Revision: f1eb4884b10598cf4a4f6a4c3069bccdd7438868 https://github.com/ranguba/rroonga/commit/f1eb4884b10598cf4a4f6a4c3069bccdd7438868 Message: Add more description how to specify target index columns Modified files: ext/groonga/rb-grn-table.c Modified: ext/groonga/rb-grn-table.c (+8 -0) =================================================================== --- ext/groonga/rb-grn-table.c 2016-01-12 18:50:39 +0900 (69b7057) +++ ext/groonga/rb-grn-table.c 2016-01-12 18:59:56 +0900 (a916d5d) @@ -2686,6 +2686,14 @@ rb_grn_table_rename (VALUE self, VALUE rb_name) * method spends more time rather than you specify only reindex * needed index columns. * + * You can use {Groonga::FixSizeColumn#reindex} or + * {Groonga::VariableSizeColumn#reindex} to specify reindex target + * index columns. They use index columns of the data column as + * reindex target index columns. + * + * You can use {Groonga::IndexColumn#reindex} to specify the reindex + * target index column. + * * @example How to recreate all index columns in the table * Groonga::Schema.define do |schema| * schema.create_table("Memos") do |table| -------------- next part -------------- HTML����������������������������...Download