[Groonga-commit] droonga/fluent-plugin-droonga at 7121e1a [master] Add ! to search_query because it's destructive

Back to archive index

Yoji Shidara null+****@clear*****
Thu Dec 19 17:15:46 JST 2013


Yoji Shidara	2013-12-19 17:15:46 +0900 (Thu, 19 Dec 2013)

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

  Message:
    Add ! to search_query because it's destructive

  Modified files:
    lib/droonga/searcher.rb

  Modified: lib/droonga/searcher.rb (+2 -2)
===================================================================
--- lib/droonga/searcher.rb    2013-12-19 17:10:02 +0900 (41f0ad8)
+++ lib/droonga/searcher.rb    2013-12-19 17:15:46 +0900 (b98d35d)
@@ -152,7 +152,7 @@ module Droonga
       end
 
       def search
-        search_query
+        search_query!
         @result
       end
 
@@ -234,7 +234,7 @@ module Droonga
         end
       end
 
-      def search_query
+      def search_query!
         $log.trace("#{log_tag}: search_query: start")
 
         @result.start_time = Time.now
-------------- next part --------------
HTML����������������������������...
Download 



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