[Groonga-commit] groonga/groonga at 3a612ed [master] Remove needless explain

アーカイブの一覧に戻る
Yasuhiro Horimoto null+****@clear*****
Thu Nov 29 11:39:08 JST 2018


Yasuhiro Horimoto	2018-11-29 11:39:08 +0900 (Thu, 29 Nov 2018)

  Revision: 3a612edd7974c45328eebfddae2021830ea8086f
  https://github.com/groonga/groonga/commit/3a612edd7974c45328eebfddae2021830ea8086f

  Message:
    Remove needless explain
    
    Because vector_size() currently operate normally without specifying
    --comand_version 2.

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/example/reference/functions/vector_size/usage_only.log
    doc/source/reference/functions/vector_size.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+0 -15)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2018-11-28 19:26:30 +0900 (4fc5b16af)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2018-11-29 11:39:08 +0900 (4de4acbe2)
@@ -223,12 +223,6 @@ msgstr ""
 "Groongaを全文検索ライブラリとして使うことができます。この節ではGroongaが提供"
 "しているAPIを示します。"
 
-msgid "パラメータ"
-msgstr ""
-
-msgid "戻り値"
-msgstr ""
-
 msgid "Global configurations"
 msgstr "全体設定"
 
@@ -21422,15 +21416,6 @@ msgstr ""
 msgid "``vector_size`` returns the value of vector column size."
 msgstr "``vector_size`` はベクターカラムのサイズを返します。"
 
-msgid ""
-"Then, use ``vector_size`` function with ``--command_version 2`` option. Note "
-"that you must specify ``--command_version 2`` to use ``vector_size`` "
-"function.\""
-msgstr ""
-"その後、 ``--command_version 2`` オプションと一緒に ``vector_size`` 関数を"
-"使ってください。``vector_size`` を使うには ``--command_version 2`` を指定しな"
-"ければならないことに注意してください。"
-
 msgid "``vector_size`` requires one argument - ``target``."
 msgstr "``vector_size`` は引数を一つだけとります。 それは ``target`` です。"
 

  Modified: doc/source/example/reference/functions/vector_size/usage_only.log (+1 -1)
===================================================================
--- doc/source/example/reference/functions/vector_size/usage_only.log    2018-11-28 19:26:30 +0900 (9fc87a1cf)
+++ doc/source/example/reference/functions/vector_size/usage_only.log    2018-11-29 11:39:08 +0900 (ab28493c7)
@@ -1,6 +1,6 @@
 Execution example::
 
-  select Memos --output_columns 'tags, vector_size(tags)' --command_version 2
+  select Memos --output_columns 'tags, vector_size(tags)'
   # [
   #   [
   #     0, 

  Modified: doc/source/reference/functions/vector_size.rst (+1 -3)
===================================================================
--- doc/source/reference/functions/vector_size.rst    2018-11-28 19:26:30 +0900 (ff4c936ff)
+++ doc/source/reference/functions/vector_size.rst    2018-11-29 11:39:08 +0900 (392c75cab)
@@ -20,8 +20,6 @@ the following command::
 
   plugin_register functions/vector
 
-Then, use ``vector_size`` function with ``--command_version 2`` option. Note that you must specify ``--command_version 2`` to use ``vector_size`` function."
-
 Syntax
 ------
 
@@ -59,7 +57,7 @@ Here is the simple usage of ``vector_size`` function which returns tags and size
 
 .. groonga-command
 .. include:: ../../example/reference/functions/vector_size/usage_only.log
-.. select Memos --output_columns 'tags, vector_size(tags)' --command_version 2
+.. select Memos --output_columns 'tags, vector_size(tags)'
 
 Parameters
 ----------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181129/03f168c8/attachment-0001.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る