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 bdb8cab40e2 [feat](unique function) Add unique function (#54414)
     add a899ded7490 [refine](ann index) Fix ann ut and minor refine for range 
search (#55237)

No new revisions were added by this update.

Summary of changes:
 .../segment_v2/ann_index/ann_index_reader.cpp      |  14 +--
 .../rowset/segment_v2/ann_index/ann_index_reader.h |   3 +-
 .../segment_v2/ann_index/ann_index_writer.cpp      |   8 +-
 .../rowset/segment_v2/ann_index/ann_index_writer.h |   1 +
 .../segment_v2/ann_index/faiss_ann_index.cpp       |  54 +++++++-----
 .../rowset/segment_v2/ann_index/faiss_ann_index.h  |   1 +
 .../olap/vector_search/faiss_vector_index_test.cpp |   3 +-
 .../doris/analysis/AnnIndexPropertiesChecker.java  |  18 ++--
 .../java/org/apache/doris/analysis/IndexDef.java   |   3 +
 .../trees/plans/commands/info/CreateTableInfo.java |   6 ++
 .../data/ann_index_p0/ann_range_search.out         | Bin 0 -> 4059 bytes
 .../data/ann_index_p0/ann_with_fulltext.out        | Bin 2913 -> 1816 bytes
 .../suites/ann_index_p0/ann_range_search.groovy    |  94 +++++++++++++++++++++
 .../suites/ann_index_p0/ann_with_fulltext.groovy   |   6 +-
 .../ann_index_p0/create_ann_index_test.groovy      |  67 +++++++++++++++
 15 files changed, 237 insertions(+), 41 deletions(-)
 create mode 100644 regression-test/data/ann_index_p0/ann_range_search.out
 create mode 100644 regression-test/suites/ann_index_p0/ann_range_search.groovy


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

Reply via email to