[Groonga-commit] groonga/fluent-plugin-droonga at 5b14dcf [master] Rename maxNumSubRecords to maxNSubRecords.

Back to archive index

Daijiro MORI null+****@clear*****
Mon Jun 24 14:37:35 JST 2013


Daijiro MORI	2013-06-24 14:37:35 +0900 (Mon, 24 Jun 2013)

  New Revision: 5b14dcf2d37479c8169c417c173c98635316f50a
  https://github.com/groonga/fluent-plugin-droonga/commit/5b14dcf2d37479c8169c417c173c98635316f50a

  Message:
    Rename maxNumSubRecords to maxNSubRecords.

  Modified files:
    lib/droonga/plugin/handler_search.rb

  Modified: lib/droonga/plugin/handler_search.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler_search.rb    2013-06-24 05:09:41 +0900 (192961b)
+++ lib/droonga/plugin/handler_search.rb    2013-06-24 14:37:35 +0900 (ed9eaea)
@@ -209,7 +209,7 @@ module Droonga
             @result =****@resul*****(@query["groupBy"])
           elsif @query["groupBy"].is_a? Hash
             key = @query["groupBy"]["key"]
-            max_n_sub_records = @query["groupBy"]["maxNumSubRecords"]
+            max_n_sub_records = @query["groupBy"]["maxNSubRecords"]
             @result =****@resul*****(key, :max_n_sub_records => max_n_sub_records)
           else
             raise '"groupBy" parameter must be a Hash or a String'
-------------- next part --------------
HTML����������������������������...
下载 



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