[Groonga-commit] groonga/groonga at 49d8f64 [master] test: fix tokenizer name

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 9 22:50:48 JST 2015


Kouhei Sutou	2015-07-09 22:50:48 +0900 (Thu, 09 Jul 2015)

  New Revision: 49d8f6424d6c457e93a600592d25b9d2e0a41634
  https://github.com/groonga/groonga/commit/49d8f6424d6c457e93a600592d25b9d2e0a41634

  Message:
    test: fix tokenizer name

  Modified files:
    test/command/fixture/sharding/logical_range_filter/index/schema.grn
    test/command/fixture/sharding/logical_range_filter/use_range_index/schema.grn

  Modified: test/command/fixture/sharding/logical_range_filter/index/schema.grn (+1 -1)
===================================================================
--- test/command/fixture/sharding/logical_range_filter/index/schema.grn    2015-07-09 22:38:13 +0900 (c6b0097)
+++ test/command/fixture/sharding/logical_range_filter/index/schema.grn    2015-07-09 22:50:48 +0900 (59f00f6)
@@ -5,7 +5,7 @@ register sharding
 #@on-error default
 
 table_create Terms TABLE_PAT_KEY ShortText \
-  --default_tokenizer TokenizerBigram \
+  --default_tokenizer TokenBigram \
   --normalizer NormalizserAuto
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/fixture/sharding/logical_range_filter/use_range_index/schema.grn (+1 -1)
===================================================================
--- test/command/fixture/sharding/logical_range_filter/use_range_index/schema.grn    2015-07-09 22:38:13 +0900 (e7a6da7)
+++ test/command/fixture/sharding/logical_range_filter/use_range_index/schema.grn    2015-07-09 22:50:48 +0900 (10c888a)
@@ -14,7 +14,7 @@ column_create Actions errors_action COLUMN_INDEX Errors action
 
 
 table_create Terms TABLE_PAT_KEY ShortText \
-  --default_tokenizer TokenizerBigram \
+  --default_tokenizer TokenBigram \
   --normalizer NormalizserAuto
 
 table_create Logs_20150203 TABLE_NO_KEY
-------------- next part --------------
HTML����������������������������...
Download 



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