[Groonga-commit] groonga/groonga at 914eb00 [master] doc select: remove needless spaces

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 30 13:17:38 JST 2015


Kouhei Sutou	2015-08-30 13:17:38 +0900 (Sun, 30 Aug 2015)

  New Revision: 914eb0008e42b8bc73affdd55cddccd101c752be
  https://github.com/groonga/groonga/commit/914eb0008e42b8bc73affdd55cddccd101c752be

  Message:
    doc select: remove needless spaces

  Modified files:
    doc/source/reference/commands/select.rst

  Modified: doc/source/reference/commands/select.rst (+2 -2)
===================================================================
--- doc/source/reference/commands/select.rst    2015-08-30 13:17:18 +0900 (eeb51ec)
+++ doc/source/reference/commands/select.rst    2015-08-30 13:17:38 +0900 (4eda6a4)
@@ -89,7 +89,7 @@ Here are a schema definition and sample data to show usage.
 .. column_create Entries content COLUMN_SCALAR Text
 .. column_create Entries n_likes COLUMN_SCALAR UInt32
 .. column_create Entries tag COLUMN_SCALAR ShortText
-.. table_create Terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram  --normalizer NormalizerAuto
+.. table_create Terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto
 .. column_create Terms entries_key_index COLUMN_INDEX|WITH_POSITION Entries _key
 .. column_create Terms entries_content_index COLUMN_INDEX|WITH_POSITION Entries content
 .. load --table Entries
@@ -679,7 +679,7 @@ Here is a sample substitution table to show a simple
 
 .. groonga-command
 .. include:: ../../example/reference/commands/select/query_expander_substitution_table.log
-.. table_create Thesaurus TABLE_PAT_KEY ShortText  --normalizer NormalizerAuto
+.. table_create Thesaurus TABLE_PAT_KEY ShortText --normalizer NormalizerAuto
 .. column_create Thesaurus synonym COLUMN_VECTOR ShortText
 .. load --table Thesaurus
 .. [
-------------- next part --------------
HTML����������������������������...
Télécharger 



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