[Groonga-commit] droonga/fluent-plugin-droonga at cb755ba [master] Use AND_NOT rather than BUT

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 25 13:48:02 JST 2013


Kouhei Sutou	2013-12-25 13:48:02 +0900 (Wed, 25 Dec 2013)

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

  Message:
    Use AND_NOT rather than BUT
    
    Because BUT is deprecated.

  Modified files:
    lib/droonga/searcher.rb

  Modified: lib/droonga/searcher.rb (+1 -1)
===================================================================
--- lib/droonga/searcher.rb    2013-12-24 19:25:26 +0900 (c9ce5a5)
+++ lib/droonga/searcher.rb    2013-12-25 13:48:02 +0900 (c0de633)
@@ -156,7 +156,7 @@ module Droonga
       OPERATOR_CONVERSION_TABLE = {
         "||" => Groonga::Operator::OR,
         "&&" => Groonga::Operator::AND,
-        "-"  => Groonga::Operator::BUT
+        "-"  => Groonga::Operator::AND_NOT,
       }.freeze
 
       class << self
-------------- next part --------------
HTML����������������������������...
Download 



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