Skip to content

Commit

Permalink
test regexp: move to index/regexp/
Browse files Browse the repository at this point in the history
Because they require index. We have no_index/regexp/ for no index
cases.
  • Loading branch information
kou committed Dec 2, 2024
1 parent 75593f2 commit fd75009
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ table_create Memos TABLE_NO_KEY
[[0,0.0,0.0],true]
column_create Memos content COLUMN_SCALAR Text
[[0,0.0,0.0],true]
table_create RegexpTokens TABLE_PAT_KEY ShortText --default_tokenizer TokenRegexp
table_create RegexpTokens TABLE_PAT_KEY ShortText --default_tokenizer TokenRegexp --normalizer NormalizerAuto
[[0,0.0,0.0],true]
column_create RegexpTokens memos_content COLUMN_INDEX|WITH_POSITION Memos content
[[0,0.0,0.0],true]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ table_create Memos TABLE_NO_KEY
column_create Memos content COLUMN_SCALAR Text

table_create RegexpTokens TABLE_PAT_KEY ShortText \
--default_tokenizer TokenRegexp
--default_tokenizer TokenRegexp \
--normalizer NormalizerAuto
column_create RegexpTokens memos_content COLUMN_INDEX|WITH_POSITION \
Memos content

Expand Down
48 changes: 0 additions & 48 deletions test/command/suite/select/filter/regexp/dot.expected

This file was deleted.

16 changes: 0 additions & 16 deletions test/command/suite/select/filter/regexp/dot.test

This file was deleted.

0 comments on commit fd75009

Please sign in to comment.