[Groonga-commit] groonga/groonga at cf3a2fe [master] doc: describe the delimiter in --token_filters

Back to archive index

Susumu Yata null+****@clear*****
Thu Jan 11 15:34:21 JST 2018


Susumu Yata	2018-01-11 15:34:21 +0900 (Thu, 11 Jan 2018)

  New Revision: cf3a2fe8026bad8377a3a99dd77cc29353a0b42d
  https://github.com/groonga/groonga/commit/cf3a2fe8026bad8377a3a99dd77cc29353a0b42d

  Message:
    doc: describe the delimiter in --token_filters
    
    GitHub: fix #602

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

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+14 -18)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2018-01-11 14:30:59 +0900 (5630a04ea)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2018-01-11 15:34:21 +0900 (804a92ecb)
@@ -223,12 +223,6 @@ msgstr ""
 "Groongaを全文検索ライブラリとして使うことができます。この節ではGroongaが提供"
 "しているAPIを示します。"
 
-msgid "パラメータ"
-msgstr ""
-
-msgid "戻り値"
-msgstr ""
-
 msgid "Global configurations"
 msgstr "全体設定"
 
@@ -4484,6 +4478,12 @@ msgstr ""
 "``HEADER`` については :doc:`/reference/command/output_format` を参照してくだ"
 "さい。"
 
+msgid ""
+"The number of kinds of index target data and the number of handleable "
+"records in a small index column"
+msgstr ""
+"インデックス対象データの種類数と小さなインデックスカラムで扱えるレコード数"
+
 msgid "``column_create``"
 msgstr ""
 
@@ -5023,12 +5023,6 @@ msgstr ""
 "``2`` と ``3`` )になります。以下の表はインデックス対象データの種類数と扱える"
 "最大レコード数の関係を示しています。"
 
-msgid ""
-"The number of kinds of index target data and the number of handleable "
-"records in a small index column"
-msgstr ""
-"インデックス対象データの種類数と小さなインデックスカラムで扱えるレコード数"
-
 msgid "The number of kinds of index target data"
 msgstr "インデックス対象のデータの種類数"
 
@@ -15468,10 +15462,12 @@ msgstr ""
 msgid "See :doc:`/reference/normalizers` for all normalizsers."
 msgstr "ノーマライザーの一覧は :doc:`/reference/normalizers` にあります。"
 
-msgid "Specifies token filters that is used to some processes tokenized token."
+msgid ""
+"Specifies token filters separated by ``,``. Token filters are used to "
+"process tokens."
 msgstr ""
-"トークナイズされたトークンに所定の処理を行うために使うトークンフィルターを指"
-"定します。"
+"トークンフィルターを「,」(カンマ)区切りで指定します。トークンフィルターは"
+"トークンに所定の処理を行うために使われます。"
 
 msgid ""
 "You cannot use ``token_filters`` with ``TABLE_NO_KEY`` because "
@@ -25792,6 +25788,9 @@ msgid ""
 "records are fetched."
 msgstr ""
 
+msgid "Characteristics of all tables"
+msgstr "全テーブルの特徴"
+
 msgid "Tables"
 msgstr "テーブル"
 
@@ -25825,9 +25824,6 @@ msgstr ""
 "以下はGroongaにあるすべてのテーブルの特性表です。(この表の中では ``TABLE_`` "
 "プレフィックスは省略しています。)"
 
-msgid "Characteristics of all tables"
-msgstr "全テーブルの特徴"
-
 msgid "Item"
 msgstr ""
 

  Modified: doc/source/reference/commands/table_create.rst (+2 -1)
===================================================================
--- doc/source/reference/commands/table_create.rst    2018-01-11 14:30:59 +0900 (ec8a85ace)
+++ doc/source/reference/commands/table_create.rst    2018-01-11 15:34:21 +0900 (a217f9ba3)
@@ -350,7 +350,8 @@ The default value is none.
 ``token_filters``
 """""""""""""""""
 
-Specifies token filters that is used to some processes tokenized token.
+Specifies token filters separated by ``,``.
+Token filters are used to process tokens.
 
 You cannot use ``token_filters`` with ``TABLE_NO_KEY`` because
 ``TABLE_NO_KEY`` doesn't support key.
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180111/4ab34a2b/attachment-0001.htm 



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