Class: Droonga::GroongaInputAdapter
- Inherits:
-
InputAdapterPlugin
- Object
- Plugin
- InputAdapterPlugin
- Droonga::GroongaInputAdapter
- Defined in:
- lib/droonga/plugin/input_adapter/groonga.rb,
lib/droonga/plugin/input_adapter/groonga/select.rb
Defined Under Namespace
Classes: Select
Instance Method Summary collapse
Methods inherited from InputAdapterPlugin
Methods included from PluginRegisterable
#command, extended, #inherited, #method_name, #processable?, #repository
Methods inherited from Plugin
#initialize, #process, #processable?, #shutdown, #start
Constructor Details
This class inherits a constructor from Droonga::InputAdapterPlugin
Instance Method Details
#select(input_message) ⇒ Object
23 24 25 26 27 28 29 30 |
# File 'lib/droonga/plugin/input_adapter/groonga.rb', line 23 def select() command = Select.new select_request = .body search_request = command.convert(select_request) .add_route("select_response") .command = "search" .body = search_request end |