naoa
null+****@clear*****
Mon Aug 11 06:57:28 JST 2014
naoa 2014-08-11 06:57:28 +0900 (Mon, 11 Aug 2014) New Revision: 8c207c9f5c617ed8d1d452b7c80a6579b0f29f53 https://github.com/groonga/groonga/commit/8c207c9f5c617ed8d1d452b7c80a6579b0f29f53 Merged 1c5df3c: Merge pull request #186 from naoa/doc-highlight-function Message: doc: add highlight_html parameters description Modified files: doc/locale/en/LC_MESSAGES/reference.po doc/locale/ja/LC_MESSAGES/reference.po doc/source/reference/functions/highlight_html.rst Modified: doc/locale/en/LC_MESSAGES/reference.po (+3 -0) =================================================================== --- doc/locale/en/LC_MESSAGES/reference.po 2014-08-11 06:50:04 +0900 (dd34a3d) +++ doc/locale/en/LC_MESSAGES/reference.po 2014-08-11 06:57:28 +0900 (fc1e807) @@ -10041,6 +10041,9 @@ msgstr "" "``highlight_html(body)`` surrounds the keywords ``groonga`` or ``mysql`` " "contained in the text with ``<span class=\"keyword\">`` and ``</span>``." +msgid "There is only one parameter ``column``. " +msgstr "There is only one parameter ``column``. " + msgid "" "``highlight_html`` returns a tagged string or ``null``. If " "``highlight_html`` can't find any keywords, it returns ``null``." Modified: doc/locale/ja/LC_MESSAGES/reference.po (+3 -0) =================================================================== --- doc/locale/ja/LC_MESSAGES/reference.po 2014-08-11 06:50:04 +0900 (4321930) +++ doc/locale/ja/LC_MESSAGES/reference.po 2014-08-11 06:57:28 +0900 (7503fd5) @@ -9169,6 +9169,9 @@ msgstr "" "``highlight_html(body)`` は、テキスト中に含まれるキーワード ``groonga`` と " "``mysql`` を ``<span class=\"keyword\">`` と ``</span>`` で囲みます。" +msgid "There is only one parameter ``column`` ." +msgstr "引数は1つあります。 ``column`` です。" + msgid "" "``highlight_html`` returns a tagged string or ``null``. If " "``highlight_html`` can't find any keywords, it returns ``null``." Modified: doc/source/reference/functions/highlight_html.rst (+9 -0) =================================================================== --- doc/source/reference/functions/highlight_html.rst 2014-08-11 06:50:04 +0900 (f600c09) +++ doc/source/reference/functions/highlight_html.rst 2014-08-11 06:57:28 +0900 (a43904a) @@ -77,6 +77,15 @@ You can specify string literal instead of column. .. include:: ../../example/reference/functions/highlight_html/usage_string_literal.log .. select Entries --output_columns 'highlight_html("Groonga is very fast fulltext search engine.")' --command_version 2 --match_columns body --query "groonga" +Parameters +---------- +There is only one parameter ``column`` . + +``column`` +^^^^^^^^^^^^^^^^^^^ + +It specifies a column of the table. + Return value ------------ -------------- next part -------------- HTML����������������������������... Download