Yoji Shidara
null+****@clear*****
Thu Dec 5 13:55:59 JST 2013
Yoji Shidara 2013-12-05 13:55:59 +0900 (Thu, 05 Dec 2013) New Revision: 9add8d1a43e7fae227d279ab20755a19b1e4520a https://github.com/droonga/fluent-plugin-droonga/commit/9add8d1a43e7fae227d279ab20755a19b1e4520a Message: Fix typos on comments collecter -> collector ^ gethering -> gathering ^ gapthering -> gathering ^ instaed -> instead ^^ Modified files: lib/droonga/plugin/distributor/distributed_search_plan.rb Modified: lib/droonga/plugin/distributor/distributed_search_plan.rb (+3 -3) =================================================================== --- lib/droonga/plugin/distributor/distributed_search_plan.rb 2013-12-05 13:54:20 +0900 (96a56e1) +++ lib/droonga/plugin/distributor/distributed_search_plan.rb 2013-12-05 13:55:59 +0900 (d857864) @@ -146,9 +146,9 @@ module Droonga :sort_keys => query["sortBy"], :unifiable => unifiable) # On the reducing phase, we apply only "limit". We cannot apply - # "offset" on this phase because the collecter merges a pair of + # "offset" on this phase because the collector merges a pair of # results step by step even if there are three or more results. - # Instead, we apply "offset" on the gethering phase. + # Instead, we apply "offset" on the gathering phase. output_elements["records"]["limit"] = output["limit"] records_mapper = { @@ -188,7 +188,7 @@ module Droonga end # Offset for workers must be zero, because we have to apply "limit" and - # "offset" on the last gapthering phase instaed of each reducing phase. + # "offset" on the last gathering phase instead of each reducing phase. sort_offset = 0 if rich_sort sort_offset = query["sortBy"]["offset"] || 0 -------------- next part -------------- HTML����������������������������...Download