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 e1db9450ca2 [fix](memory) Allows to enable memory tracker accuracy detection via Config (#40714) add 3e65faba3e0 [Refactor](inverted index) add analyzer for inverted index to unify analysis process (#40758) No new revisions were added by this update. Summary of changes: be/src/olap/inverted_index_parser.h | 2 + .../inverted_index/analyzer/analyzer.cpp | 118 ++++++++++++++++++ .../segment_v2/inverted_index/analyzer/analyzer.h | 48 ++++++++ .../rowset/segment_v2/inverted_index_reader.cpp | 136 +++------------------ .../olap/rowset/segment_v2/inverted_index_reader.h | 16 --- .../rowset/segment_v2/inverted_index_writer.cpp | 105 +++++----------- be/src/vec/exprs/vmatch_predicate.cpp | 16 +-- be/src/vec/functions/function_tokenize.cpp | 26 ++-- be/src/vec/functions/match.cpp | 68 ++++++----- be/src/vec/functions/match.h | 7 +- 10 files changed, 272 insertions(+), 270 deletions(-) create mode 100644 be/src/olap/rowset/segment_v2/inverted_index/analyzer/analyzer.cpp create mode 100644 be/src/olap/rowset/segment_v2/inverted_index/analyzer/analyzer.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org