[Groonga-commit] groonga/groonga at 48da977 [master] doc: update

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 27 16:33:38 JST 2016


Kouhei Sutou	2016-02-27 16:33:38 +0900 (Sat, 27 Feb 2016)

  New Revision: 48da97755d8b5a8317108ea0ee0131e309495edf
  https://github.com/groonga/groonga/commit/48da97755d8b5a8317108ea0ee0131e309495edf

  Message:
    doc: update

  Modified files:
    doc/locale/ja/LC_MESSAGES/news.po
    doc/source/example/reference/commands/object_inspect/usage-database.log
    doc/source/example/reference/commands/object_inspect/usage-name.log
    doc/source/reference/commands/object_inspect.rst

  Modified: doc/locale/ja/LC_MESSAGES/news.po (+24 -1)
===================================================================
--- doc/locale/ja/LC_MESSAGES/news.po    2016-02-27 16:23:15 +0900 (83c6039)
+++ doc/locale/ja/LC_MESSAGES/news.po    2016-02-27 16:33:38 +0900 (43b3407)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.4\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2016-02-26 17:29+0900\n"
+"PO-Revision-Date: 2016-02-27 16:32+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -159,6 +159,20 @@ msgstr ""
 "ラグイン向けの新しいAPIを追加しました。"
 
 msgid ""
+"[``grn_plugin_proc_get_var_int32()``] Add a new API for plugin that provides "
+"getting 32bit integer argument value feature."
+msgstr ""
+"[``grn_plugin_proc_get_var_int32()``] 32bit整数の引数値を取得する機能を提供す"
+"るプラグイン向けの新しいAPIを追加しました。"
+
+msgid ""
+"[``grn_plugin_proc_get_var_string()``] Add a new API for plugin that "
+"provides getting string argument value feature."
+msgstr ""
+"[``grn_plugin_proc_get_var_string()``] 文字列の引数値を取得する機能を提供する"
+"プラグイン向けの新しいAPIを追加しました。"
+
+msgid ""
 "[:doc:`/reference/commands/object_remove`] Added a new command that removes "
 "an object. ``object_remove`` can also remove a broken object."
 msgstr ""
@@ -270,6 +284,15 @@ msgstr ""
 "[:doc:`/reference/commands/select`] ``--query`` に大量のキーワードを指定した"
 "ときにクラッシュする問題を修正しました。 [GitHub#484][佐藤博之さんが報告]"
 
+msgid ""
+"[:doc:`/reference/commands/select`] Fixed a bug that wrong cache is used "
+"when :doc:`/reference/command/command_version` or :doc:`/reference/command/"
+"pretty_print` is used. [GitHub#490][Reported by KITAITI Makoto]"
+msgstr ""
+"[:doc:`/reference/commands/select`] :doc:`/reference/command/"
+"command_version` または :doc:`/reference/command/pretty_print` を使ったときに"
+"間違ったキャッシュが使われる問題を修正しました。 [GitHub#490][北市さんが報告]"
+
 msgid "Thanks"
 msgstr "感謝"
 

  Modified: doc/source/example/reference/commands/object_inspect/usage-database.log (+7 -5)
===================================================================
--- doc/source/example/reference/commands/object_inspect/usage-database.log    2016-02-27 16:23:15 +0900 (7ff7b2a)
+++ doc/source/example/reference/commands/object_inspect/usage-database.log    2016-02-27 16:33:38 +0900 (de3dcda)
@@ -9,15 +9,17 @@ Execution example::
   #   ], 
   #   {
   #     "name_table": {
+  #       "name": "", 
+  #       "n_records": 256, 
+  #       "value": null, 
+  #       "key": {
+  #         "type": null
+  #       }, 
   #       "type": {
   #         "id": 50, 
   #         "name": "table:dat_key"
   #       }, 
-  #       "id": 0, 
-  #       "key": {
-  #         "type": null
-  #       }, 
-  #       "name": ""
+  #       "id": 0
   #     }, 
   #     "type": {
   #       "id": 55, 

  Modified: doc/source/example/reference/commands/object_inspect/usage-name.log (+9 -5)
===================================================================
--- doc/source/example/reference/commands/object_inspect/usage-name.log    2016-02-27 16:23:15 +0900 (73acf71)
+++ doc/source/example/reference/commands/object_inspect/usage-name.log    2016-02-27 16:33:38 +0900 (6109877)
@@ -15,11 +15,11 @@ Execution example::
   #     0.000355720520019531
   #   ], 
   #   {
-  #     "type": {
-  #       "id": 48, 
-  #       "name": "table:hash_key"
+  #     "name": "Users", 
+  #     "n_records": 1, 
+  #     "value": {
+  #       "type": null
   #     }, 
-  #     "id": 256, 
   #     "key": {
   #       "total_size": 5, 
   #       "max_total_size": 4294967295, 
@@ -33,6 +33,10 @@ Execution example::
   #         "name": "ShortText"
   #       }
   #     }, 
-  #     "name": "Users"
+  #     "type": {
+  #       "id": 48, 
+  #       "name": "table:hash_key"
+  #     }, 
+  #     "id": 256
   #   }
   # ]

  Modified: doc/source/reference/commands/object_inspect.rst (+23 -1)
===================================================================
--- doc/source/reference/commands/object_inspect.rst    2016-02-27 16:23:15 +0900 (1587ca8)
+++ doc/source/reference/commands/object_inspect.rst    2016-02-27 16:33:38 +0900 (24cb6fc)
@@ -163,7 +163,11 @@ Table inspection returns the following information::
       "type": TABLE_KEY_TYPE,
       "total_size": TABLE_KEY_TOTAL_SIZE
       "max_total_size": TABLE_KEY_MAX_TOTAL_SIZE
-    }
+    },
+    "value": {
+      "type": TABLE_VALUE_TYPE,
+    },
+    "n_records": TABLE_N_RECORDS
   }
 
 There are some exceptions:
@@ -250,6 +254,24 @@ The total key size of the inspected table in bytes.
 
 The maximum total key size of the inspected table in bytes.
 
+.. _object-inspect-return-value-table-value-type:
+
+``TABLE_VALUE_TYPE``
+""""""""""""""""""""
+
+The type of value of the inspected table.
+
+See :ref:`object-inspect-return-value-type` for format details.
+
+.. _object-inspect-return-value-table-n-records:
+
+``TABLE_N_RECORDS``
+"""""""""""""""""""
+
+The number of records of the inspected table.
+
+It's a 64bit unsigned integer value.
+
 .. _object-inspect-return-value-type:
 
 Type
-------------- next part --------------
HTML����������������������������...
Download 



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