Yoji Shidara
null+****@clear*****
Wed Feb 5 16:56:37 JST 2014
Yoji Shidara 2014-02-05 16:56:37 +0900 (Wed, 05 Feb 2014) New Revision: 7a8c11bd4f4395da50cf3325d008c2bfadbdb228 https://github.com/droonga/droonga.org/commit/7a8c11bd4f4395da50cf3325d008c2bfadbdb228 Message: Remove "example" input adapter Modified files: tutorial/plugin-development/input-output/index.md Modified: tutorial/plugin-development/input-output/index.md (+3 -1) =================================================================== --- tutorial/plugin-development/input-output/index.md 2014-02-05 16:51:07 +0900 (daed90f) +++ tutorial/plugin-development/input-output/index.md 2014-02-05 16:56:37 +0900 (cc2abc5) @@ -260,13 +260,15 @@ This plugin does nothing except registering itself to Droonga. You need to update `catalog.json` to activate your plugin. Insert following at the last part of `catalog.json` in order to make `"output_adapter"` become a key of the top level hash: +Remove previously created `"example"` adapter from `"input_adapter"` for simplicity. + catalog.json: ~~~ (snip) }, "input_adapter": { - "plugins": ["example", "groonga"] + "plugins": ["groonga"] }, "output_adapter": { "plugins": ["example", "crud", "groonga"] -------------- next part -------------- HTML����������������������������...Download