[Groonga-commit] droonga/fluent-plugin-droonga at d1c31b6 [master] Remove an unused command.

Back to archive index

Daijiro MORI null+****@clear*****
Thu Oct 10 01:59:46 JST 2013


Daijiro MORI	2013-10-10 01:59:46 +0900 (Thu, 10 Oct 2013)

  New Revision: d1c31b6e191ce7c12b5b6a6ca47f0fdcd35adcfc
  https://github.com/droonga/fluent-plugin-droonga/commit/d1c31b6e191ce7c12b5b6a6ca47f0fdcd35adcfc

  Message:
    Remove an unused command.

  Modified files:
    lib/droonga/plugin/handler_proxy.rb

  Modified: lib/droonga/plugin/handler_proxy.rb (+0 -8)
===================================================================
--- lib/droonga/plugin/handler_proxy.rb    2013-09-30 12:11:35 +0900 (7bf9571)
+++ lib/droonga/plugin/handler_proxy.rb    2013-10-10 01:59:46 +0900 (81edfe6)
@@ -22,14 +22,6 @@ module Droonga
   class BasicProxyHandler < Droonga::ProxyHandler
     Droonga::HandlerPlugin.register("proxy", self)
 
-    command :proxy_search
-    def proxy_search(request)
-      searcher = Droonga::Searcher.new(@context)
-      searcher.search(body).each do |output, value|
-        emit(value, output)
-      end
-    end
-
     command :proxy_gather
     def proxy_gather(request)
       output = body ? body[input_name] : input_name
-------------- next part --------------
HTML����������������������������...
Download 



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