[Groonga-commit] ranguba/rroonga at e0fb509 [bind-grn_obj_reindex] Fix description

アーカイブの一覧に戻る

Masafumi Yokoyama null+****@clear*****
Wed Jan 6 18:15:06 JST 2016


Masafumi Yokoyama	2016-01-06 18:15:06 +0900 (Wed, 06 Jan 2016)

  New Revision: e0fb509a869acf31b72d29868c8863ae898d5573
  https://github.com/ranguba/rroonga/commit/e0fb509a869acf31b72d29868c8863ae898d5573

  Message:
    Fix description

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

  Modified: ext/groonga/rb-grn-database.c (+5 -2)
===================================================================
--- ext/groonga/rb-grn-database.c    2016-01-06 18:07:09 +0900 (688be5a)
+++ ext/groonga/rb-grn-database.c    2016-01-06 18:15:06 +0900 (08605f0)
@@ -625,9 +625,12 @@ rb_grn_database_unmap (VALUE self)
 }
 
 /*
- * Recreates all index columns.
+ * Recreates all index columns in the database.
  *
- * This method is useful when your index column is broken.
+ * This method is useful when you have any broken index columns in
+ * the database. You don't need to specify each index column. But
+ * this method spends more time rather than you specify only reindex
+ * needed index columns.
  *
  * @example
  *   database.reindex
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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