Skip to content

Commit 5dc3cef

Browse files
MishaDemianenkoNataliaIvakinarenetapopova
authored
Update deprecation message for legacy text index providers. (#370)
Since text-2.0 index provider is legacy now. Also, fix the message:) --------- Co-authored-by: Natalia Ivakina <[email protected]> Co-authored-by: Reneta Popova <[email protected]>
1 parent 1cd7349 commit 5dc3cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,8 +1575,8 @@ Please use a path with a length of 1 [r*1..1] instead or a Match with a limit.
15751575
- The query used a deprecated function. (`%s`)
15761576
- The query used a deprecated procedure. (`%s`)
15771577
- The query used a deprecated runtime option. (`%s`)
1578-
- The `TextIndexProvider.DESCRIPTOR.name()` provider for text indexes is deprecated and will be removed in a future version.
1579-
Please use `TrigramIndexProvider.DESCRIPTOR.name()` instead.
1578+
- `text-1.0` and `text-2.0` (from Neo4j 2025.09 onwards) providers for text indexes are deprecated and will be removed in a future version.
1579+
Please use `text-3.0` instead.
15801580
|Category
15811581
m|DEPRECATION
15821582
|GQLSTATUS code
@@ -5197,4 +5197,4 @@ ifndef::backend-pdf[]
51975197
== Glossary
51985198

51995199
include::partial$glossary.adoc[]
5200-
endif::[]
5200+
endif::[]

0 commit comments

Comments
 (0)