JingsongLi opened a new pull request, #8274: URL: https://github.com/apache/paimon/pull/8274
## Summary Split the Global Index documentation into focused pages and expand it with indexing guidance inspired by common indexing-doc patterns: index selection, lifecycle, coverage, tuning, and troubleshooting. ## Changes - Keep `/multimodal-table/global-index` as the overview page while moving detailed content into dedicated BTree, Vector, Full-Text, and Hybrid Search pages. - Update the Multimodal Table sidebar so Global Index appears as a category with the new subpages. - Add global index lifecycle docs for `create_global_index`, partition-scoped builds, `drop_global_index`, index coverage inspection, freshness semantics, and relevant table options. - Add more guidance for BTree predicate support, vector index selection and tuning, full-text tokenizer/query-operator choices, and hybrid search rankers. ## Testing - [x] `git diff --check` - [x] `cd docs && yarn build` ## Notes `yarn build` succeeds but still reports the existing site-wide broken footer/navbar link to `/docs/master/concepts/overview`; this warning is unrelated to this change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
