null+****@clear*****
null+****@clear*****
2011年 8月 18日 (木) 18:22:20 JST
Kouhei Sutou 2011-08-18 09:22:20 +0000 (Thu, 18 Aug 2011)
New Revision: 2eeb5edf2873bec2f0356b504daafbad5c43160a
Log:
[doc][suggest] --threshold -> --frequency_threshold.
Modified files:
doc/source/suggest/completion.txt
doc/source/suggest/correction.txt
doc/source/suggest/suggestion.txt
Modified: doc/source/suggest/completion.txt (+1 -1)
===================================================================
--- doc/source/suggest/completion.txt 2011-08-18 09:15:38 +0000 (681ac71)
+++ doc/source/suggest/completion.txt 2011-08-18 09:22:20 +0000 (e5599ff)
@@ -161,7 +161,7 @@ For example, here is an command to get completion results by
.. groonga-command
.. include:: ../example/completion-1.log
-.. suggest --table item_query --column kana --types complete --threshold 1 --query en
+.. suggest --table item_query --column kana --types complete --frequency_threshold 1 --query en
How it learns
-------------
Modified: doc/source/suggest/correction.txt (+1 -1)
===================================================================
--- doc/source/suggest/correction.txt 2011-08-18 09:15:38 +0000 (cf3cd02)
+++ doc/source/suggest/correction.txt 2011-08-18 09:22:20 +0000 (50d1a9d)
@@ -109,7 +109,7 @@ For example, here is an command to get correction results by
.. groonga-command
.. include:: ../example/correction-1.log
-.. suggest --table item_query --column kana --types correction --threshold 1 --query saerch
+.. suggest --table item_query --column kana --types correction --frequency_threshold 1 --query saerch
How it learns
-------------
Modified: doc/source/suggest/suggestion.txt (+1 -1)
===================================================================
--- doc/source/suggest/suggestion.txt 2011-08-18 09:15:38 +0000 (5574e7c)
+++ doc/source/suggest/suggestion.txt 2011-08-18 09:22:20 +0000 (82f459c)
@@ -89,7 +89,7 @@ For example, here is an command to get suggestion results by
.. groonga-command
.. include:: ../example/suggestion-1.log
-.. suggest --table item_query --column kana --types suggest --threshold 1 --query search
+.. suggest --table item_query --column kana --types suggest --frequency_threshold 1 --query search
How it learns
-------------