This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-57512-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from e492bfa5b49 branch-4.0: [fix](outfile) fix analysis error when
specifying parquet schema #57232 (#57493)
add 42b2808d0cb [opt](inverted index) support builtin analyzer names in
custom analyzer field (#57512)
No new revisions were added by this update.
Summary of changes:
.../inverted_index/analyzer/analyzer.cpp | 141 +++++----
.../segment_v2/inverted_index/analyzer/analyzer.h | 11 +-
.../inverted_index/ananlyzer/analyzer_test.cpp | 348 +++++++++++++++++++++
.../inverted_index/query_v2/doc_set_test.cpp | 154 +++++++++
.../org/apache/doris/indexpolicy/IndexPolicy.java | 3 +
.../apache/doris/indexpolicy/IndexPolicyMgr.java | 25 +-
.../test_builtin_analyzer_in_custom_analyzer.out | 49 +++
...test_builtin_analyzer_in_custom_analyzer.groovy | 140 +++++++++
8 files changed, 810 insertions(+), 61 deletions(-)
create mode 100644
be/test/olap/rowset/segment_v2/inverted_index/ananlyzer/analyzer_test.cpp
create mode 100644
regression-test/data/inverted_index_p0/analyzer/test_builtin_analyzer_in_custom_analyzer.out
create mode 100644
regression-test/suites/inverted_index_p0/analyzer/test_builtin_analyzer_in_custom_analyzer.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]