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

JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new afac156f3a [docs] Align scalar index search docs with code (#9084)
afac156f3a is described below

commit afac156f3ad0486ea6ffc2859ed945d12efdc3df
Author: huangxiaoping <[email protected]>
AuthorDate: Fri Aug 7 13:18:21 2026 +0800

    [docs] Align scalar index search docs with code (#9084)
---
 docs/docs/multimodal-table/global-index.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/multimodal-table/global-index.mdx 
b/docs/docs/multimodal-table/global-index.mdx
index 63295276f1..434a248da4 100644
--- a/docs/docs/multimodal-table/global-index.mdx
+++ b/docs/docs/multimodal-table/global-index.mdx
@@ -311,7 +311,7 @@ catalog.alter_table(
 
 Global index files cover row-id ranges. If more rows are appended after an 
index is built, those
 new rows are not automatically covered by the existing index files. Build the 
global index again
-to create index files for newly uncovered data. Scalar queries default to 
`full` search, while
+to create index files for newly uncovered data. Scalar queries default to 
`fast` search, while
 vector and full-text queries default to `fast` and only search indexed row 
ranges.
 
 To improve freshness for query types that support raw-data search, set:

Reply via email to