forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature](inverted index) add lowercase option for inverted index ana…
…lyzer (apache#28704)
- Loading branch information
1 parent
b93b1f2
commit 0a4b005
Showing
10 changed files
with
372 additions
and
7 deletions.
There are no files selected for viewing
Submodule clucene
updated
11 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 112 additions & 0 deletions
112
regression-test/data/inverted_index_p0/test_lowercase.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !sql -- | ||
1 hello world | ||
2 HELLO WORLD | ||
3 Hello World | ||
|
||
-- !sql -- | ||
1 hello world | ||
2 HELLO WORLD | ||
3 Hello World | ||
|
||
-- !sql -- | ||
1 hello world | ||
2 HELLO WORLD | ||
3 Hello World | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
2 HELLO 我爱你中国 | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
2 HELLO 我爱你中国 | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
2 HELLO 我爱你中国 | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
|
||
-- !sql -- | ||
2 HELLO 我爱你中国 | ||
|
||
-- !sql -- | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello world | ||
2 HELLO WORLD | ||
3 Hello World | ||
|
||
-- !sql -- | ||
1 hello world | ||
2 HELLO WORLD | ||
3 Hello World | ||
|
||
-- !sql -- | ||
1 hello world | ||
2 HELLO WORLD | ||
3 Hello World | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
2 HELLO 我爱你中国 | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
2 HELLO 我爱你中国 | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
2 HELLO 我爱你中国 | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
2 HELLO 我爱你中国 | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
2 HELLO 我爱你中国 | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
2 HELLO 我爱你中国 | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello world | ||
|
||
-- !sql -- | ||
2 HELLO WORLD | ||
|
||
-- !sql -- | ||
3 Hello World | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
|
||
-- !sql -- | ||
2 HELLO 我爱你中国 | ||
|
||
-- !sql -- | ||
3 Hello 人民可以得到更多实惠 | ||
|
||
-- !sql -- | ||
1 hello 我来到北京清华大学 | ||
|
||
-- !sql -- | ||
2 HELLO 我爱你中国 | ||
|
||
-- !sql -- | ||
3 Hello 人民可以得到更多实惠 | ||
|
Oops, something went wrong.