[Groonga-commit] droonga/droonga.org at 03b455d [gh-pages] Update descriptions about defaualt behavior of SingleStepDefinition

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Mar 6 16:55:23 JST 2014


YUKI Hiroshi	2014-03-06 16:55:23 +0900 (Thu, 06 Mar 2014)

  New Revision: 03b455d055be42ad31e925eedfefc4600e7ef5c6
  https://github.com/droonga/droonga.org/commit/03b455d055be42ad31e925eedfefc4600e7ef5c6

  Message:
    Update descriptions about defaualt behavior of SingleStepDefinition

  Modified files:
    _po/ja/reference/plugin/handler/index.po
    ja/reference/plugin/handler/index.md
    reference/plugin/handler/index.md

  Modified: _po/ja/reference/plugin/handler/index.po (+19 -8)
===================================================================
--- _po/ja/reference/plugin/handler/index.po    2014-03-06 16:54:20 +0900 (09f8130)
+++ _po/ja/reference/plugin/handler/index.po    2014-03-06 16:55:23 +0900 (e07b251)
@@ -178,12 +178,17 @@ msgid ""
 " like `:Handler`.\n"
 "   This is useful if you want to describe the step at first and define the act"
 "ual class after that.\n"
-"   You must define the referenced class by the time the Droonga Engine actuall"
-"y processes the step.\n"
 " * A class path string of a handler class, like `\"Droonga::Plugins::FooPlugin:"
 ":Handler\"`.\n"
-"   This is also useful to define the class itself after the description.\n"
-"   You must define the class by the time it is actually used."
+"   This is also useful to define the class itself after the description."
+msgstr ""
+
+msgid ""
+"You must define the referenced class by the time the Droonga Engine actually p"
+"rocesses the step, if you specify the name of the handler class as a symbl or "
+"a string.\n"
+"If the Droonga Engine fails to find out the actual handler class, or no handle"
+"r is specified, then the Droonga Engine does nothing for the request."
 msgstr ""
 
 msgid ""
@@ -204,12 +209,18 @@ msgid ""
 "e, like `:MyCollector`.\n"
 "   This is useful if you want to describe the step at first and define the act"
 "ual class after that.\n"
-"   You must define the referenced class by the time the Droonga Engine actuall"
-"y collects results.\n"
 " * A class path string of a collector class, like `\"Droonga::Plugins::FooPlugi"
 "n::MyCollector\"`.\n"
-"   This is also useful to define the class itself after the description.\n"
-"   You must define the class by the time it is actually used."
+"   This is also useful to define the class itself after the description."
+msgstr ""
+
+msgid ""
+"You must define the referenced class by the time the Droonga Engine actually c"
+"ollects results, if you specify the name of the collector class as a symbl or "
+"a string.\n"
+"If the Droonga Engine fails to find out the actual collector class, or no coll"
+"ector is specified, then the Droonga Engine doesn't collect results and return"
+"s multiple messages as results."
 msgstr ""
 
 msgid "See also [descriptions of collectors][collector]."

  Modified: ja/reference/plugin/handler/index.md (+6 -4)
===================================================================
--- ja/reference/plugin/handler/index.md    2014-03-06 16:54:20 +0900 (4bf41a7)
+++ ja/reference/plugin/handler/index.md    2014-03-06 16:55:23 +0900 (3db91f0)
@@ -115,10 +115,11 @@ You can specify the class as any one of following choices:
    Of course, the class have to be already defined at the time.
  * A symbol which refers the name of a handler class in the current namespace, like `:Handler`.
    This is useful if you want to describe the step at first and define the actual class after that.
-   You must define the referenced class by the time the Droonga Engine actually processes the step.
  * A class path string of a handler class, like `"Droonga::Plugins::FooPlugin::Handler"`.
    This is also useful to define the class itself after the description.
-   You must define the class by the time it is actually used.
+
+You must define the referenced class by the time the Droonga Engine actually processes the step, if you specify the name of the handler class as a symbl or a string.
+If the Droonga Engine fails to find out the actual handler class, or no handler is specified, then the Droonga Engine does nothing for the request.
 
 #### `#collector=(collector)` {#classes-Droonga-SingleStepDefinition-collector}
 
@@ -129,10 +130,11 @@ You can specify the class as any one of following choices:
    Of course, the class have to be already defined at the time.
  * A symbol which refers the name of a collector class in the current namespace, like `:MyCollector`.
    This is useful if you want to describe the step at first and define the actual class after that.
-   You must define the referenced class by the time the Droonga Engine actually collects results.
  * A class path string of a collector class, like `"Droonga::Plugins::FooPlugin::MyCollector"`.
    This is also useful to define the class itself after the description.
-   You must define the class by the time it is actually used.
+
+You must define the referenced class by the time the Droonga Engine actually collects results, if you specify the name of the collector class as a symbl or a string.
+If the Droonga Engine fails to find out the actual collector class, or no collector is specified, then the Droonga Engine doesn't collect results and returns multiple messages as results.
 
 See also [descriptions of collectors][collector].
 

  Modified: reference/plugin/handler/index.md (+6 -4)
===================================================================
--- reference/plugin/handler/index.md    2014-03-06 16:54:20 +0900 (32c9cc6)
+++ reference/plugin/handler/index.md    2014-03-06 16:55:23 +0900 (c662fbc)
@@ -106,10 +106,11 @@ You can specify the class as any one of following choices:
    Of course, the class have to be already defined at the time.
  * A symbol which refers the name of a handler class in the current namespace, like `:Handler`.
    This is useful if you want to describe the step at first and define the actual class after that.
-   You must define the referenced class by the time the Droonga Engine actually processes the step.
  * A class path string of a handler class, like `"Droonga::Plugins::FooPlugin::Handler"`.
    This is also useful to define the class itself after the description.
-   You must define the class by the time it is actually used.
+
+You must define the referenced class by the time the Droonga Engine actually processes the step, if you specify the name of the handler class as a symbl or a string.
+If the Droonga Engine fails to find out the actual handler class, or no handler is specified, then the Droonga Engine does nothing for the request.
 
 #### `#collector=(collector)` {#classes-Droonga-SingleStepDefinition-collector}
 
@@ -120,10 +121,11 @@ You can specify the class as any one of following choices:
    Of course, the class have to be already defined at the time.
  * A symbol which refers the name of a collector class in the current namespace, like `:MyCollector`.
    This is useful if you want to describe the step at first and define the actual class after that.
-   You must define the referenced class by the time the Droonga Engine actually collects results.
  * A class path string of a collector class, like `"Droonga::Plugins::FooPlugin::MyCollector"`.
    This is also useful to define the class itself after the description.
-   You must define the class by the time it is actually used.
+
+You must define the referenced class by the time the Droonga Engine actually collects results, if you specify the name of the collector class as a symbl or a string.
+If the Droonga Engine fails to find out the actual collector class, or no collector is specified, then the Droonga Engine doesn't collect results and returns multiple messages as results.
 
 See also [descriptions of collectors][collector].
 
-------------- next part --------------
HTML����������������������������...
Download 



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