[Groonga-commit] droonga/droonga-engine at 323a1cc [master] Use --n-slices option correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 18:49:16 JST 2014


YUKI Hiroshi	2014-04-24 18:49:16 +0900 (Thu, 24 Apr 2014)

  New Revision: 323a1ccd8d75a6ce079bf1b7dbb057a0cc02b78a
  https://github.com/droonga/droonga-engine/commit/323a1ccd8d75a6ce079bf1b7dbb057a0cc02b78a

  Message:
    Use --n-slices option correctly

  Modified files:
    bin/droonga-catalog-generate

  Modified: bin/droonga-catalog-generate (+2 -2)
===================================================================
--- bin/droonga-catalog-generate    2014-04-24 18:47:35 +0900 (694bc36)
+++ bin/droonga-catalog-generate    2014-04-24 18:49:16 +0900 (2922ead)
@@ -62,8 +62,8 @@ parser.on("--n-replicas=N", Integer,
   current_dataset[:n_replicas] = n
 end
 parser.on("--n-slices=N", Integer,
-          "Use N slices for a replica.") do |n|
-  current_dataset[:n_replicas] = n
+          "Use N slices for each replica.") do |n|
+  current_dataset[:n_slices] = n
 end
 parser.on("--plugins=PLUGIN1,PLUGIN2,...", Array,
           "Use PLUGINS for the current dataset.") do |plugins|
-------------- next part --------------
HTML����������������������������...
Download 



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