[Groonga-commit] groonga/gcs [master] Output index field options correctly

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 9日 (木) 18:04:00 JST


SHIMODA Hiroshi	2012-08-09 18:04:00 +0900 (Thu, 09 Aug 2012)

  New Revision: 903d13519bf7439174c2c0db240b6ba079f6e55f
  https://github.com/groonga/gcs/commit/903d13519bf7439174c2c0db240b6ba079f6e55f

  Log:
    Output index field options correctly

  Modified files:
    bin/gcs-configure-fields

  Modified: bin/gcs-configure-fields (+1 -1)
===================================================================
--- bin/gcs-configure-fields    2012-08-09 18:02:46 +0900 (d8b8cbd)
+++ bin/gcs-configure-fields    2012-08-09 18:04:00 +0900 (5f5ba03)
@@ -48,5 +48,5 @@ if (commandLine.options.delete) {
   field.type = commandLine.options.type;
   field.createSync();
   console.log('Updated 1 Index Field:');
-  console.log(field.name + ' ' + field.state + ' ' + field.type + ' ()');
+  console.log('%s %s %s (%s)', field.name, field.state, field.type, field.options);
 }
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index