Uh oh!
There was an error while loading. Please reload this page.
[fix](inverted index) multi_match supports any, all, phrase. - #41663
Conversation
doris-robot
commented
Oct 10, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
zzzxl1993
commented
Oct 10, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 10, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Oct 12, 2024
TPC-H: Total hot run time: 40986 ms |
doris-robot
commented
Oct 12, 2024
TPC-DS: Total hot run time: 190704 ms |
doris-robot
commented
Oct 12, 2024
ClickBench: Total hot run time: 33.03 s |
zzzxl1993
commented
Oct 15, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 15, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 15, 2024
TPC-H: Total hot run time: 41474 ms |
doris-robot
commented
Oct 15, 2024
TPC-DS: Total hot run time: 192597 ms |
doris-robot
commented
Oct 15, 2024
ClickBench: Total hot run time: 32.65 s |
…41663) 1. Implemented multi_match query support for 'any', 'all', and 'phrase' types as the second to last argument. 2. select * from tbl where multi_match(c1, c2, 'any | all | phrase | phrase_prefix', 'x');
…41663) 1. Implemented multi_match query support for 'any', 'all', and 'phrase' types as the second to last argument. 2. select * from tbl where multi_match(c1, c2, 'any | all | phrase | phrase_prefix', 'x');
…41663) 1. Implemented multi_match query support for 'any', 'all', and 'phrase' types as the second to last argument. 2. select * from tbl where multi_match(c1, c2, 'any | all | phrase | phrase_prefix', 'x');
…41663) 1. Implemented multi_match query support for 'any', 'all', and 'phrase' types as the second to last argument. 2. select * from tbl where multi_match(c1, c2, 'any | all | phrase | phrase_prefix', 'x');
Uh oh!
There was an error while loading. Please reload this page.