[Groonga-commit] droonga/droonga.org at 6df1342 [gh-pages] Add suffix on messages in id

Back to archive index

Yoji Shidara null+****@clear*****
Tue Sep 10 11:29:56 JST 2013


Yoji Shidara	2013-09-10 11:29:56 +0900 (Tue, 10 Sep 2013)

  New Revision: 6df13423036154b9b20ed9424b4bc242206fceba
  https://github.com/droonga/droonga.org/commit/6df13423036154b9b20ed9424b4bc242206fceba

  Message:
    Add suffix on messages in id

  Modified files:
    example/ddl.jsons

  Modified: example/ddl.jsons (+6 -6)
===================================================================
--- example/ddl.jsons    2013-09-10 11:27:58 +0900 (f2c649c)
+++ example/ddl.jsons    2013-09-10 11:29:56 +0900 (f5d2237)
@@ -1,6 +1,6 @@
-{"id":"0","dataset":"Taiyaki","type":"table_create", "replyTo":"localhost:23003/output", "body":{ "name":"Shops", "flags":"TABLE_HASH_KEY", "key_type":"ShortText"}}
-{"id":"1","dataset":"Taiyaki","type":"column_create", "replyTo":"localhost:23003/output", "body":{ "table":"Shops", "name":"location", "flags":"COLUMN_SCALAR", "type":"WGS84GeoPoint"}}
-{"id":"2","dataset":"Taiyaki","type":"table_create", "replyTo":"localhost:23003/output", "body":{ "name":"Locations", "flags":"TABLE_PAT_KEY", "key_type":"WGS84GeoPoint"}}
-{"id":"3","dataset":"Taiyaki","type":"column_create", "replyTo":"localhost:23003/output", "body":{ "table":"Locations", "name":"shop", "flags":"COLUMN_INDEX", "type":"Shops", "source":"location"}}
-{"id":"4","dataset":"Taiyaki","type":"table_create", "replyTo":"localhost:23003/output", "body":{ "name":"Term", "flags":"TABLE_PAT_KEY", "key_type":"ShortText", "default_tokenizer":"TokenBigram","normalizer":"NormalizerAuto"}}
-{"id":"5","dataset":"Taiyaki","type":"column_create", "replyTo":"localhost:23003/output", "body":{ "table":"Term", "name":"shops__key", "flags":"COLUMN_INDEX|WITH_POSITION", "type":"Shops", "source":"_key"}}
+{"id":"ddl:0","dataset":"Taiyaki","type":"table_create", "replyTo":"localhost:23003/output", "body":{ "name":"Shops", "flags":"TABLE_HASH_KEY", "key_type":"ShortText"}}
+{"id":"ddl:1","dataset":"Taiyaki","type":"column_create", "replyTo":"localhost:23003/output", "body":{ "table":"Shops", "name":"location", "flags":"COLUMN_SCALAR", "type":"WGS84GeoPoint"}}
+{"id":"ddl:2","dataset":"Taiyaki","type":"table_create", "replyTo":"localhost:23003/output", "body":{ "name":"Locations", "flags":"TABLE_PAT_KEY", "key_type":"WGS84GeoPoint"}}
+{"id":"ddl:3","dataset":"Taiyaki","type":"column_create", "replyTo":"localhost:23003/output", "body":{ "table":"Locations", "name":"shop", "flags":"COLUMN_INDEX", "type":"Shops", "source":"location"}}
+{"id":"ddl:4","dataset":"Taiyaki","type":"table_create", "replyTo":"localhost:23003/output", "body":{ "name":"Term", "flags":"TABLE_PAT_KEY", "key_type":"ShortText", "default_tokenizer":"TokenBigram","normalizer":"NormalizerAuto"}}
+{"id":"ddl:5","dataset":"Taiyaki","type":"column_create", "replyTo":"localhost:23003/output", "body":{ "table":"Term", "name":"shops__key", "flags":"COLUMN_INDEX|WITH_POSITION", "type":"Shops", "source":"_key"}}
-------------- next part --------------
HTML����������������������������...
Download 



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