[Groonga-commit] groonga/groonga at 8795b12 [master] doc en: add missing space

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Sep 12 18:09:27 JST 2014


HAYASHI Kentaro	2014-09-12 18:09:27 +0900 (Fri, 12 Sep 2014)

  New Revision: 8795b12fedf36ebdaa8d9fc6a2bf6a284cd382e4
  https://github.com/groonga/groonga/commit/8795b12fedf36ebdaa8d9fc6a2bf6a284cd382e4

  Message:
    doc en: add missing space
    
    Without this change, it doesn't regarded as part of groonga commands.

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

  Modified: doc/source/tutorial/micro_blog.rst (+7 -7)
===================================================================
--- doc/source/tutorial/micro_blog.rst    2014-09-12 17:54:28 +0900 (fbba63b)
+++ doc/source/tutorial/micro_blog.rst    2014-09-12 18:09:27 +0900 (13dfa20)
@@ -272,7 +272,7 @@ when data is loaded.
  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
@@ -280,7 +280,7 @@ when data is loaded.
  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
@@ -289,15 +289,15 @@ when data is loaded.
  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
  [
    {
@@ -328,7 +328,7 @@ when data is loaded.
      "description": "Hmm,Hmm"
    }
  ]
-
+ 
  load --table Comments
  [
    {
-------------- next part --------------
HTML����������������������������...
Download 



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