[Groonga-commit] groonga/groonga at 3976b33 [master] doc: remove garbage

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 22 20:11:24 JST 2015


Kouhei Sutou	2015-07-22 20:11:24 +0900 (Wed, 22 Jul 2015)

  New Revision: 3976b339ef9f749122f8cc7b6cef3750aaa1bab4
  https://github.com/groonga/groonga/commit/3976b339ef9f749122f8cc7b6cef3750aaa1bab4

  Message:
    doc: remove garbage

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

  Modified: doc/source/tutorial/match_columns.rst (+1 -1)
===================================================================
--- doc/source/tutorial/match_columns.rst    2015-07-22 13:12:33 +0900 (b5accdf)
+++ doc/source/tutorial/match_columns.rst    2015-07-22 20:11:24 +0900 (301c56c)
@@ -64,7 +64,7 @@ Even though same column index is used, Groonga supports to search against title
 .. table_create --name Blog2 --flags TABLE_HASH_KEY --key_type ShortText
 .. column_create --table Blog2 --name title --flags COLUMN_SCALAR --type ShortText
 .. column_create --table Blog2 --name message --flags COLUMN_SCALAR --type ShortText
-.. table_create --name IndexBlog2 --flags TABLE_PAT_KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto
+.. table_create --name IndexBlog2 --flags TABLE_PAT_KEY --key_type ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto
 .. column_create --table IndexBlog2 --name index_blog --flags COLUMN_INDEX|WITH_POSITION|WITH_SECTION --type Blog2 --source title,message
 .. load --table Blog2
 .. [
-------------- next part --------------
HTML����������������������������...
Download 



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