From 758bc7194a0bf3bdfbf52318cdeeab011cbe2bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:03:14 +0100 Subject: [PATCH] text index fix --- .../indexes/search-performance-indexes/managing-indexes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/indexes/search-performance-indexes/managing-indexes.adoc b/modules/ROOT/pages/indexes/search-performance-indexes/managing-indexes.adoc index 0abcd9744..82c255104 100644 --- a/modules/ROOT/pages/indexes/search-performance-indexes/managing-indexes.adoc +++ b/modules/ROOT/pages/indexes/search-performance-indexes/managing-indexes.adoc @@ -214,6 +214,7 @@ As of Neo4j 5.17, an informational notification is instead returned. Creating a text index can be done with the `CREATE TEXT INDEX` command. Note that the index name must be unique. +Text indexes have no supported index configuration. [[text-indexes-supported-predicates]] [discrete]