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].