[Groonga-commit] droonga/droonga-engine at 6c109d2 [master] Fix a bug that adapted message may not be used

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 24 16:48:37 JST 2014


Kouhei Sutou	2014-04-24 16:48:37 +0900 (Thu, 24 Apr 2014)

  New Revision: 6c109d2aae29dedf628d0e20dc897a73f2f70502
  https://github.com/droonga/droonga-engine/commit/6c109d2aae29dedf628d0e20dc897a73f2f70502

  Message:
    Fix a bug that adapted message may not be used

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+1 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2014-04-24 16:47:11 +0900 (66dbf34)
+++ lib/droonga/dispatcher.rb    2014-04-24 16:48:37 +0900 (12d3c43)
@@ -221,7 +221,7 @@ module Droonga
       adapter_runner = @adapter_runners[dataset]
       adapted_message = adapter_runner.adapt_input(message)
       step_runner = @step_runners[dataset]
-      plan = step_runner.plan(message)
+      plan = step_runner.plan(adapted_message)
       distributor = Distributor.new(self, plan)
       distributor.distribute
     rescue Droonga::UnsupportedMessageError => error
-------------- next part --------------
HTML����������������������������...
Download 



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