[Groonga-commit] groonga/groonga at 7b06962 [master] doc object_inspect: add the explanation of "INDEX_LARGE"

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Tue Apr 23 22:12:31 JST 2019


Yasuhiro Horimoto	2019-04-23 22:12:31 +0900 (Tue, 23 Apr 2019)

  Revision: 7b06962b1170ab77c9ba7b72efc95114b349337a
  https://github.com/groonga/groonga/commit/7b06962b1170ab77c9ba7b72efc95114b349337a

  Message:
    doc object_inspect: add the explanation of "INDEX_LARGE"

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/object_inspect.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+6 -0)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2019-04-23 15:51:21 +0900 (68237eb15)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2019-04-23 22:12:31 +0900 (c6939b06d)
@@ -10403,6 +10403,9 @@ msgstr ""
 msgid "``\"medium\"``"
 msgstr ""
 
+msgid "``\"large\"``"
+msgstr ""
+
 msgid "Default"
 msgstr "デフォルト"
 
@@ -10464,6 +10467,9 @@ msgstr ""
 msgid "``2**16`` (65536)"
 msgstr ""
 
+msgid "``2**17 * 2`` (262144)"
+msgstr ""
+
 msgid "``2**17`` (131072)"
 msgstr ""
 

  Modified: doc/source/reference/commands/object_inspect.rst (+4 -0)
===================================================================
--- doc/source/reference/commands/object_inspect.rst    2019-04-23 15:51:21 +0900 (c89bd335b)
+++ doc/source/reference/commands/object_inspect.rst    2019-04-23 22:12:31 +0900 (1939194aa)
@@ -557,6 +557,8 @@ Here is a list of index column sizes:
      - ``"small"``
    * - ``INDEX_MEDIUM``
      - ``"medium"``
+   * - ``INDEX_LARGE``
+     - ``"large"``
    * - Default
      - ``"normal"``
 
@@ -599,6 +601,8 @@ The max value is the max number of segments. It depends on index size:
      - ``2**9`` (512)
    * - ``INDEX_MEDIUM``
      - ``2**16`` (65536)
+   * - ``INDEX_LARGE``
+     - ``2**17 * 2`` (262144)
    * - Default
      - ``2**17`` (131072)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190423/f04e0f42/attachment-0001.html>


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