YUKI Hiroshi
null+****@clear*****
Fri Mar 28 12:16:24 JST 2014
YUKI Hiroshi 2014-03-28 12:16:24 +0900 (Fri, 28 Mar 2014) New Revision: 2ebaa7efe237f59cf3c89fb46b3e0322c5c3dcdd https://github.com/droonga/droonga.org/commit/2ebaa7efe237f59cf3c89fb46b3e0322c5c3dcdd Message: adapt_output works for any trapped messages, not only processed. Modified files: tutorial/plugin-development/adapter/index.md Modified: tutorial/plugin-development/adapter/index.md (+1 -1) =================================================================== --- tutorial/plugin-development/adapter/index.md 2014-03-28 12:13:15 +0900 (b042a49) +++ tutorial/plugin-development/adapter/index.md 2014-03-28 12:16:24 +0900 (f224946) @@ -350,7 +350,7 @@ lib/droonga/plugins/sample-logger.rb: (snip) ~~~ -The method `adapt_output` is called only for outgoing messages triggered by incoming messages processed by the plugin itself. +The method `adapt_output` is called only for outgoing messages triggered by incoming messages trapped by the plugin itself, even if there is only the matching pattern and the `adapt_input` method is not defined. See the [reference manual for plugin developers](../../../reference/plugin/adapter/) for more details. ### Run -------------- next part -------------- HTML����������������������������...Download