This is an automated email from the ASF dual-hosted git repository.
airborne pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 54b9d70a5d6 [fix](compile) Fix compile failure (#60008)
add 557ee98f6fd [feature](search) Add multi-field search support with
fields parameter (#59845)
No new revisions were added by this update.
Summary of changes:
.../org/apache/doris/analysis/SearchPredicate.java | 57 +-
.../rules/rewrite/RewriteSearchToSlots.java | 20 +-
.../functions/scalar/SearchDslParser.java | 964 +++++++++++++++++++--
.../rules/rewrite/RewriteSearchToSlotsTest.java | 28 +-
.../trees/expressions/SearchExpressionTest.java | 2 +-
.../functions/scalar/SearchDslParserTest.java | 833 +++++++++++++-----
.../expressions/functions/scalar/SearchTest.java | 14 +-
.../data/search/test_search_multi_field.out | 126 +++
.../suites/search/test_search_multi_field.groovy | 297 +++++++
9 files changed, 1975 insertions(+), 366 deletions(-)
create mode 100644 regression-test/data/search/test_search_multi_field.out
create mode 100644 regression-test/suites/search/test_search_multi_field.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]