[Groonga-commit] droonga/droonga.org at 76f6510 [gh-pages] Follow f-p-d update to use `input_adapter`

アーカイブの一覧に戻る

Yoji Shidara null+****@clear*****
Thu Jan 30 17:48:46 JST 2014


Yoji Shidara	2014-01-30 17:48:46 +0900 (Thu, 30 Jan 2014)

  New Revision: 76f6510f336f17c8ca3140f47441d86f625dea26
  https://github.com/droonga/droonga.org/commit/76f6510f336f17c8ca3140f47441d86f625dea26

  Message:
    Follow f-p-d update to use `input_adapter`
    
    https://github.com/droonga/fluent-plugin-droonga/commit/75102ef164aed72a6b5f575334c1956495815b6d

  Modified files:
    tutorial/plugin-development/index.md

  Modified: tutorial/plugin-development/index.md (+3 -4)
===================================================================
--- tutorial/plugin-development/index.md    2014-01-30 17:40:30 +0900 (7c3621b)
+++ tutorial/plugin-development/index.md    2014-01-30 17:48:46 +0900 (b8c8369)
@@ -85,20 +85,19 @@ end
 
 This plugin does nothing except registering itself to Droonga.
 
-You need to update `catalog.json` to activate your plugin:
+You need to update `catalog.json` to activate your plugin.
+Insert following at the last part of `catalog.json` in order to make `"input_adapter"` become a key of the top level hash:
 
 catalog.json:
 ```
 (snip)
   },
-  "options": {
+  "input_adapter": {
     "plugins": ["example"]
   }
 }
 ```
 
-Add `"example"` to `"plugins"` section.
-
 Let's Droonga get started. Note that you need to specify `./lib` directory in `RUBYLIB` environment variable in order to make ruby possible to find your plugin.
 
 ```
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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