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

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


    from 45e2fae64b3 branch-4.0: [paimon](obs) support pfs use in paimon 
catalog #60995 (#61217)
     add c1e265073e2 [fix](inverted index) implement phrase-level BM25 scoring 
with phrase frequency (#60331)

No new revisions were added by this update.

Summary of changes:
 .../inverted_index/query/phrase_query.cpp          |  52 +-
 .../segment_v2/inverted_index/query/phrase_query.h |   3 +-
 .../query/phrase_query/exact_phrase_matcher.cpp    |   9 +
 .../query/phrase_query/exact_phrase_matcher.h      |   1 +
 .../phrase_query/ordered_sloppy_phrase_matcher.cpp |  13 +
 .../phrase_query/ordered_sloppy_phrase_matcher.h   |   2 +
 .../query/phrase_query/sloppy_phrase_matcher.cpp   |  13 +
 .../query/phrase_query/sloppy_phrase_matcher.h     |   2 +
 .../inverted_index/util/docid_set_iterator.h       |   7 +
 .../segment_v2/inverted_index/util/mock_iterator.h |   2 +
 .../inverted_index/util/union_term_iterator.h      |   6 +-
 .../query/phrase_query/phrase_freq_test.cpp        | 559 +++++++++++++++++++++
 12 files changed, 642 insertions(+), 27 deletions(-)
 create mode 100644 
be/test/olap/rowset/segment_v2/inverted_index/query/phrase_query/phrase_freq_test.cpp


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

Reply via email to