[Groonga-commit] droonga/fluent-plugin-droonga at 8ca36d4 [master] Fix comment location

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 8 18:27:02 JST 2014


Kouhei Sutou	2014-04-08 18:27:02 +0900 (Tue, 08 Apr 2014)

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

  Message:
    Fix comment location

  Modified files:
    lib/droonga/plugins/search.rb

  Modified: lib/droonga/plugins/search.rb (+2 -2)
===================================================================
--- lib/droonga/plugins/search.rb    2014-04-08 18:26:52 +0900 (40a425e)
+++ lib/droonga/plugins/search.rb    2014-04-08 18:27:02 +0900 (2299e6f)
@@ -61,13 +61,13 @@ module Droonga
         def collect_elements(message, elements)
           return unless elements.is_a?(Hash)
 
-          # because "count" mapper requires all records,
-          # I have to apply it at first, before "limit" and "offset" are applied.
           body = message.body
           value = message.value
 
           return if value.nil?
 
+          # because "count" mapper requires all records,
+          # I have to apply it at first, before "limit" and "offset" are applied.
           count_mapper = elements["count"]
           if count_mapper
             if count_mapper["no_output"]
-------------- next part --------------
HTML����������������������������...
Download 



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