[Groonga-commit] groonga/groonga at 3e996c9 [master] test: remove needless index option

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jul 12 11:21:42 JST 2013


Kouhei Sutou	2013-07-12 11:21:42 +0900 (Fri, 12 Jul 2013)

  New Revision: 3e996c98b9be18a61a998d354f6105635da5cbbd
  https://github.com/groonga/groonga/commit/3e996c98b9be18a61a998d354f6105635da5cbbd

  Message:
    test: remove needless index option
    
    Because the used tokenizer is not N-gram family.

  Modified files:
    test/command/suite/select/query/escape/parenthesis.test

  Modified: test/command/suite/select/query/escape/parenthesis.test (+1 -1)
===================================================================
--- test/command/suite/select/query/escape/parenthesis.test    2013-07-12 11:20:38 +0900 (d1ad1f6)
+++ test/command/suite/select/query/escape/parenthesis.test    2013-07-12 11:21:42 +0900 (7bf3af5)
@@ -3,7 +3,7 @@ table_create Memos TABLE_PAT_KEY ShortText
 table_create Contents TABLE_PAT_KEY ShortText \
   --default_tokenizer TokenDelimit \
   --normalizer NormalizerAuto
-column_create Contents entries_key_index COLUMN_INDEX|WITH_POSITION Memos _key
+column_create Contents entries_key_index COLUMN_INDEX Memos _key
 
 load --table Memos
 [
-------------- next part --------------
HTML����������������������������...
Download 



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