This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-57993-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 0cb509daa26 branch-4.0:[fix](mtmv) Fix nested mv rewritten fail when 
bottom mv is partitioned (#57558) (#58277)
     add 8e105c4cff6 [fix](inverted index) fix multi-position phrase query 
handling in MultiPhraseQuery (#57993)

No new revisions were added by this update.

Summary of changes:
 .../inverted_index/query/query_helper.cpp          | 29 ++++++++
 .../segment_v2/inverted_index/query/query_helper.h |  3 +
 .../ISegmenter.h => inverted_index_common.cpp}     | 31 ++++----
 .../olap/rowset/segment_v2/inverted_index_common.h | 62 +++++++---------
 .../rowset/segment_v2/inverted_index_common_impl.h | 61 ++++++++++++++++
 be/src/vec/functions/function_search.cpp           | 30 ++++----
 .../rowset/segment_v2/index_reader_helper_test.cpp |  2 +-
 be/test/vec/function/function_search_test.cpp      | 85 +++++++++++++++++++++-
 8 files changed, 234 insertions(+), 69 deletions(-)
 copy 
be/src/olap/rowset/segment_v2/{inverted_index/analyzer/ik/core/ISegmenter.h => 
inverted_index_common.cpp} (63%)
 create mode 100644 be/src/olap/rowset/segment_v2/inverted_index_common_impl.h


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to