[Groonga-commit] groonga/groonga at 697fd5d [master] doc tokenize: add token filters option

Back to archive index

naoa null+****@clear*****
Sun Oct 26 20:30:12 JST 2014


naoa	2014-10-26 20:30:12 +0900 (Sun, 26 Oct 2014)

  New Revision: 697fd5d4b96a064e6ca05280f4b33edf3abe69ae
  https://github.com/groonga/groonga/commit/697fd5d4b96a064e6ca05280f4b33edf3abe69ae

  Merged ead7e4e: Merge pull request #233 from naoa/doc-tokenize-add-token_filters/table

  Message:
    doc tokenize: add token filters option

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

  Modified: doc/locale/en/LC_MESSAGES/reference.po (+12 -0)
===================================================================
--- doc/locale/en/LC_MESSAGES/reference.po    2014-10-26 15:05:34 +0900 (1593b77)
+++ doc/locale/en/LC_MESSAGES/reference.po    2014-10-26 20:30:12 +0900 (d3a6aaa)
@@ -7499,6 +7499,18 @@ msgid "The last alphabet is tokenized by two characters."
 msgstr "The last alphabet is tokenized by two characters."
 
 msgid ""
+"It specifies the token filter names. ``tokenize`` command uses the "
+"tokenizer that is named ``token_filters``."
+msgstr""
+"It specifies the token filter names. ``tokenize`` command uses the "
+"tokenizer that is named ``token_filters``."
+
+msgid ""
+"See :doc:`/reference/token_filters` about token filters."
+msgstr
+"See :doc:`/reference/token_filters` about token filters."
+
+msgid ""
 "``tokenize`` command returns tokenized tokens. Each token has some "
 "attributes except token itself. The attributes will be increased in the "
 "feature::"

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+12 -0)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2014-10-26 15:05:34 +0900 (35f8946)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2014-10-26 20:30:12 +0900 (e9271bb)
@@ -7072,6 +7072,18 @@ msgid "The last alphabet is tokenized by two characters."
 msgstr "最後のアルファベットは2文字でトークナイズされています。"
 
 msgid ""
+"It specifies the token filter names. ``tokenize`` command uses the "
+"tokenizer that is named ``token_filters``."
+msgstr "トークンフィルターを指定します。 ``tokenize`` コマンド"
+"は ``token_filters`` という名前のトークンフィルターを使います。"
+
+msgid ""
+"See :doc:`/reference/token_filters` about token filters."
+msgstr
+"トークンフィルターについては :doc:`/reference/token_filters` "
+"を参照してください。"
+
+msgid ""
 "``tokenize`` command returns tokenized tokens. Each token has some "
 "attributes except token itself. The attributes will be increased in the "
 "feature::"

  Modified: doc/source/reference/commands/tokenize.rst (+9 -0)
===================================================================
--- doc/source/reference/commands/tokenize.rst    2014-10-26 15:05:34 +0900 (2e1f3fd)
+++ doc/source/reference/commands/tokenize.rst    2014-10-26 20:30:12 +0900 (c869ec0)
@@ -26,6 +26,7 @@ optional::
            [normalizer=null]
            [flags=NONE]
            [mode=ADD]
+           [token_filters=NONE]
 
 Usage
 -----
@@ -190,6 +191,14 @@ Here is an example to the ``GET`` mode.
 
 The last alphabet is tokenized by two characters.
 
+``token_filters``
+"""""""""""""""""
+
+It specifies the token filter names. ``tokenize`` command uses the
+tokenizer that is named ``token_filters``.
+
+See :doc:`/reference/token_filters` about token filters.
+
 Return value
 ------------
 
-------------- next part --------------
HTML����������������������������...
Download 



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