Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 6, 2025

Cherry-picked from #56710

### What problem does this PR solve?

Issue Number: close #xxx

Related PR: #56139

Problem Summary:
This PR adds EXACT DSL functionality to the search function, enabling
exact string matching without tokenization. This feature complements
existing ANY/ALL operators that work with tokenized indexes by providing
strict string equality matching.
@github-actions github-actions bot requested a review from yiguolei as a code owner October 6, 2025 07:35
@Thearas
Copy link
Contributor

Thearas commented Oct 6, 2025

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring closed this Oct 6, 2025
@dataroaring dataroaring reopened this Oct 6, 2025
@Thearas
Copy link
Contributor

Thearas commented Oct 6, 2025

run buildall

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

Increment line coverage `` 🎉
Increment coverage report
Complete coverage report

@doris-robot
Copy link

ClickBench: Total hot run time: 29.99 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit 0753eda198bdc7a5e7cfe4cfad72b8ce2f31f531, data reload: true

query1	0.04	0.03	0.04
query2	0.11	0.03	0.04
query3	0.27	0.07	0.08
query4	1.75	0.11	0.12
query5	0.27	0.25	0.25
query6	1.26	0.64	0.65
query7	0.03	0.02	0.03
query8	0.06	0.03	0.03
query9	0.64	0.51	0.51
query10	0.57	0.57	0.59
query11	0.18	0.11	0.11
query12	0.16	0.11	0.11
query13	0.64	0.62	0.61
query14	0.80	0.82	0.82
query15	0.88	0.85	0.85
query16	0.42	0.39	0.42
query17	1.02	1.10	1.04
query18	0.20	0.19	0.19
query19	1.94	1.79	1.85
query20	0.02	0.02	0.01
query21	15.45	0.90	0.58
query22	0.81	1.10	0.84
query23	15.19	1.40	0.58
query24	4.60	0.75	0.20
query25	0.20	0.05	0.05
query26	0.36	0.17	0.14
query27	0.05	0.05	0.04
query28	12.04	1.48	0.92
query29	12.74	3.91	3.23
query30	0.30	0.13	0.12
query31	3.00	0.58	0.41
query32	3.32	0.57	0.49
query33	3.30	3.25	3.36
query34	17.99	5.71	4.96
query35	5.07	5.09	5.10
query36	0.74	0.54	0.54
query37	0.10	0.07	0.07
query38	0.06	0.04	0.04
query39	0.04	0.03	0.03
query40	0.18	0.15	0.14
query41	0.09	0.03	0.03
query42	0.04	0.02	0.03
query43	0.04	0.04	0.04
Total cold run time: 106.97 s
Total hot run time: 29.99 s

@yiguolei yiguolei merged commit 522414c into branch-4.0 Oct 6, 2025
22 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants