[Groonga-commit] droonga/fluent-plugin-droonga at b0e0b11 [master] Define missing constant

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 24 15:11:16 JST 2014


YUKI Hiroshi	2014-01-24 15:11:16 +0900 (Fri, 24 Jan 2014)

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

  Message:
    Define missing constant

  Modified files:
    lib/droonga/plugin/collector/search.rb

  Modified: lib/droonga/plugin/collector/search.rb (+2 -0)
===================================================================
--- lib/droonga/plugin/collector/search.rb    2014-01-24 15:09:45 +0900 (cedd3ce)
+++ lib/droonga/plugin/collector/search.rb    2014-01-24 15:11:16 +0900 (a35b350)
@@ -21,6 +21,8 @@ module Droonga
   class SearchCollector < BasicCollector
     repository.register("search", self)
 
+    UNLIMITED = -1.freeze
+
     command :collector_gather
     def collector_gather(result)
       output = body ? body[input_name] : input_name
-------------- next part --------------
HTML����������������������������...
Download 



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