This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-60701-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 06cb84ca164 [branch-4.0] [Opt](cloud) Support packed file for delete
bitmap storage (#61007)
add 550e7c4cfc8 [feat](query_v2) Add PrefixQuery, PhrasePrefixQuery and
UnionPostings support (#60701)
No new revisions were added by this update.
Summary of changes:
.../phrase_prefix_query/phrase_prefix_query.h | 92 ++++
.../phrase_prefix_weight.h} | 68 ++-
.../prefix_query.h} | 22 +-
.../query_v2/prefix_query/prefix_weight.h | 160 +++++++
.../inverted_index/query_v2/union_postings.h | 117 +++++
.../query_v2/phrase_prefix_query_test.cpp | 475 +++++++++++++++++++++
.../inverted_index/query_v2/prefix_query_test.cpp | 339 +++++++++++++++
.../query_v2/union_postings_test.cpp | 366 ++++++++++++++++
8 files changed, 1604 insertions(+), 35 deletions(-)
create mode 100644
be/src/olap/rowset/segment_v2/inverted_index/query_v2/phrase_prefix_query/phrase_prefix_query.h
copy
be/src/olap/rowset/segment_v2/inverted_index/query_v2/{phrase_query/phrase_weight.h
=> phrase_prefix_query/phrase_prefix_weight.h} (51%)
copy
be/src/olap/rowset/segment_v2/inverted_index/query_v2/{wildcard_query/wildcard_query.h
=> prefix_query/prefix_query.h} (66%)
create mode 100644
be/src/olap/rowset/segment_v2/inverted_index/query_v2/prefix_query/prefix_weight.h
create mode 100644
be/src/olap/rowset/segment_v2/inverted_index/query_v2/union_postings.h
create mode 100644
be/test/olap/rowset/segment_v2/inverted_index/query_v2/phrase_prefix_query_test.cpp
create mode 100644
be/test/olap/rowset/segment_v2/inverted_index/query_v2/prefix_query_test.cpp
create mode 100644
be/test/olap/rowset/segment_v2/inverted_index/query_v2/union_postings_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]