[Groonga-commit] groonga/groonga at 37272cd [master] doc table_tokenize: add index_column option

Back to archive index

Naoya Murakami null+****@clear*****
Mon Apr 25 11:23:38 JST 2016


Naoya Murakami	2016-04-25 11:23:38 +0900 (Mon, 25 Apr 2016)

  New Revision: 37272cd73bdd4ce4b0cafc67775d6d88bf35b242
  https://github.com/groonga/groonga/commit/37272cd73bdd4ce4b0cafc67775d6d88bf35b242

  Merged 6f2a697: Merge pull request #534 from naoa/doc-table-tokenize-index-column

  Message:
    doc table_tokenize: add index_column option

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

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+13 -0)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2016-04-22 21:55:47 +0900 (945a663)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2016-04-25 11:23:38 +0900 (e0253b2)
@@ -12665,6 +12665,19 @@ msgstr ""
 "詳細は、 :doc:`/reference/commands/tokenize` の :ref:`tokenize-mode` オプショ"
 "ンを参照してください。"
 
+msgid "``index_column``"
+msgstr "``index_column``"
+
+msgid "Specifies an index column."
+msgstr "インデックスカラム名を指定します。"
+
+msgid "Return value includes ``estimated_size`` of the index."
+msgstr "戻り値にインデックスの ``estimated_size`` が含まれます。"
+
+msgid ""
+"The ``estimated_size`` is useful for checking estimated frequency of tokens."
+msgstr "``estimated_size`` はトークンの概算の出現頻度を調べるのに便利です。"
+
 msgid "``table_tokenize`` command returns tokenized tokens."
 msgstr "``table_tokenize`` コマンドはトークナイズしたトークンを返します。"
 

  Modified: doc/source/reference/commands/table_tokenize.rst (+10 -0)
===================================================================
--- doc/source/reference/commands/table_tokenize.rst    2016-04-22 21:55:47 +0900 (bb5e922)
+++ doc/source/reference/commands/table_tokenize.rst    2016-04-25 11:23:38 +0900 (09f9900)
@@ -25,6 +25,7 @@ optional::
                  string
                  [flags=NONE]
                  [mode=GET]
+                 [index_column=null]
 
 Usage
 -----
@@ -96,6 +97,15 @@ The default value is ``GET``.
 
 See :ref:`tokenize-mode` option in :doc:`/reference/commands/tokenize` about details.
 
+``index_column``
+""""""""""""""""
+
+Specifies an index column.
+
+Return value includes ``estimated_size`` of the index.
+
+The ``estimated_size`` is useful for checking estimated frequency of tokens.
+
 Return value
 ------------
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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