This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
from cabb0beb58 [core][spark][python] Support hybrid search (#8271)
add 494a633877 [docs] Split global index documentation (#8274)
No new revisions were added by this update.
Summary of changes:
docs/docs/multimodal-table/global-index.mdx | 650 ++-------------------
docs/docs/multimodal-table/global-index/btree.mdx | 114 ++++
.../multimodal-table/global-index/full-text.mdx | 190 ++++++
.../global-index/hybrid-search.mdx | 279 +++++++++
docs/docs/multimodal-table/global-index/vector.mdx | 240 ++++++++
docs/sidebars.js | 16 +-
6 files changed, 902 insertions(+), 587 deletions(-)
create mode 100644 docs/docs/multimodal-table/global-index/btree.mdx
create mode 100644 docs/docs/multimodal-table/global-index/full-text.mdx
create mode 100644 docs/docs/multimodal-table/global-index/hybrid-search.mdx
create mode 100644 docs/docs/multimodal-table/global-index/vector.mdx