[Groonga-commit] groonga/groonga at db56f32 [master] remove trailing spaces

Back to archive index

cosmo0920 null+****@clear*****
Mon Dec 23 16:55:55 JST 2013


cosmo0920	2013-12-23 16:55:55 +0900 (Mon, 23 Dec 2013)

  New Revision: db56f3239a129a61c3e0f0946dad8c7ceba3444f
  https://github.com/groonga/groonga/commit/db56f3239a129a61c3e0f0946dad8c7ceba3444f

  Merged a821a29: Merge pull request #133 from cosmo0920/use-Groonga-notation-micro_blog

  Message:
    remove trailing spaces

  Modified files:
    doc/source/tutorial/micro_blog.txt

  Modified: doc/source/tutorial/micro_blog.txt (+7 -7)
===================================================================
--- doc/source/tutorial/micro_blog.txt    2013-12-23 16:55:29 +0900 (49a00d3)
+++ doc/source/tutorial/micro_blog.txt    2013-12-23 16:55:55 +0900 (e1554cc)
@@ -265,7 +265,7 @@ Commentsテーブルのlast_modifiedカラムは、Time型です。この型で
  table_create --name HashTags --flags TABLE_HASH_KEY --key_type ShortText
  table_create --name Bigram --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
  table_create --name GeoIndex --flags TABLE_PAT_KEY --key_type WGS84GeoPoint
- 
+
  column_create --table Users --name name --flags COLUMN_SCALAR --type ShortText
  column_create --table Users --name follower --flags COLUMN_VECTOR --type Users
  column_create --table Users --name favorites --flags COLUMN_VECTOR --type Comments
@@ -273,7 +273,7 @@ Commentsテーブルのlast_modifiedカラムは、Time型です。この型で
  column_create --table Users --name location_str --flags COLUMN_SCALAR --type ShortText
  column_create --table Users --name description --flags COLUMN_SCALAR --type ShortText
  column_create --table Users --name followee --flags COLUMN_INDEX --type Users --source follower
- 
+
  column_create --table Comments --name comment --flags COLUMN_SCALAR --type ShortText
  column_create --table Comments --name last_modified --flags COLUMN_SCALAR --type Time
  column_create --table Comments --name replied_to --flags COLUMN_SCALAR --type Comments
@@ -282,15 +282,15 @@ Commentsテーブルのlast_modifiedカラムは、Time型です。この型で
  column_create --table Comments --name location --flags COLUMN_SCALAR --type WGS84GeoPoint
  column_create --table Comments --name posted_by --flags COLUMN_SCALAR --type Users
  column_create --table Comments --name favorited_by --flags COLUMN_INDEX --type Users --source favorites
- 
+
  column_create --table HashTags --name hash_index --flags COLUMN_INDEX --type Comments --source hash_tags
- 
+
  column_create --table Bigram --name users_index --flags COLUMN_INDEX|WITH_POSITION|WITH_SECTION --type Users --source name,location_str,description
  column_create --table Bigram --name comment_index --flags COLUMN_INDEX|WITH_POSITION --type Comments --source comment
- 
+
  column_create --table GeoIndex --name users_location --type Users --flags COLUMN_INDEX --source location
  column_create --table GeoIndex --name comments_location --type Comments --flags COLUMN_INDEX --source location
- 
+
  load --table Users
  [
    {
@@ -321,7 +321,7 @@ Commentsテーブルのlast_modifiedカラムは、Time型です。この型で
      "description": "がおがお"
    }
  ]
- 
+
  load --table Comments
  [
    {
-------------- next part --------------
HTML����������������������������...
下载 



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