Navigation Menu

Skip to content

Commit

Permalink
doc: use reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 15, 2015
1 parent 30d79f8 commit 219ed3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions doc/locale/ja/LC_MESSAGES/reference.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.2.1\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2015-03-27 19:41+0900\n"
"PO-Revision-Date: 2015-04-15 12:42+0900\n"
"Last-Translator: Takatsugu <nokubi@gmail.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
Expand Down Expand Up @@ -15659,10 +15659,11 @@ msgid ""
"reference/scorers/scorer_tf_at_most`::"
msgstr ""

msgid "You can use different score function for each match column::"
msgid ""
"You can use different score function for each :ref:`select-match-columns`::"
msgstr ""
":ref:`select-match-columns` ではカラムごとに異なるスコア関数を使うことができ"
"ます。"
"ます。::"

msgid "Here is a simplest example:"
msgstr "以下は簡単な使用例です。"
Expand Down
3 changes: 2 additions & 1 deletion doc/source/reference/scorer.rst
Expand Up @@ -122,7 +122,8 @@ You can specify weight::

SCORE_FUNCTION(COLUMN, ARGUMENT1, ARGUMENT2, ...) * WEIGHT

You can use different score function for each match column::
You can use different score function for each
:ref:`select-match-columns`::

SCORE_FUNCTION1(COLUMN1) ||
SCORE_FUNCTION2(COLUMN2) * WEIGHT ||
Expand Down

0 comments on commit 219ed3e

Please sign in to comment.