From eaaf63ef89a69d558f90e8e5ecc389adfb8abd9d Mon Sep 17 00:00:00 2001 From: Simon Dew Date: Thu, 4 Jul 2024 23:23:35 +0100 Subject: [PATCH] DOC-12048: Correction for new deferred build setting --- modules/introduction/partials/new-features-76_2.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/introduction/partials/new-features-76_2.adoc b/modules/introduction/partials/new-features-76_2.adoc index 0f94ada1a6..6f848c1194 100644 --- a/modules/introduction/partials/new-features-76_2.adoc +++ b/modules/introduction/partials/new-features-76_2.adoc @@ -41,7 +41,7 @@ For details, see xref:javascript-udfs:javascript-functions-with-couchbase.adoc#r [#index_762] === Index Service -* From version 7.6.2, index creation operates in deferred build mode by default. +* From version 7.6.2, you can specify that index creation operates in deferred build mode by default. In deferred build mode, creating an index does not trigger the index build phase: you must trigger the index build before you can use the index. For details, see xref:n1ql:n1ql-language-reference/createindex.adoc[CREATE INDEX].