Skip to content

Commit 0a3e29f

Browse files
Update all-notifications.adoc
Update deprecation message for legacy text index providers. Since text-2.0 is legacy now. Also, actually fix the message:)
1 parent ebe7c23 commit 0a3e29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ 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.
1578+
- `text-1.0`, `text-2.0` providers for text indexes are deprecated and will be removed in a future version. Please use `text-3.0` instead.
15791579
Please use `TrigramIndexProvider.DESCRIPTOR.name()` instead.
15801580
|Category
15811581
m|DEPRECATION
@@ -5197,4 +5197,4 @@ ifndef::backend-pdf[]
51975197
== Glossary
51985198

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

0 commit comments

Comments
 (0)