From 7e74f4bdb881e08a6d6cc88fe2f1fc9ee201c763 Mon Sep 17 00:00:00 2001 From: Patrick McFadin Date: Fri, 10 Apr 2026 17:40:22 -0700 Subject: [PATCH] Clarify keyspace-level index name uniqueness in warning admonition The original second sentence implied per-table scope, which contradicted the first sentence. Replaced with explicit keyspace-scope wording and removed the redundant vector/non-vector qualifier. --- doc/modules/cassandra/partials/index-naming.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/modules/cassandra/partials/index-naming.adoc b/doc/modules/cassandra/partials/index-naming.adoc index ceb8320076..9e79773463 100644 --- a/doc/modules/cassandra/partials/index-naming.adoc +++ b/doc/modules/cassandra/partials/index-naming.adoc @@ -1,6 +1,6 @@ [WARNING] ==== Index names are unique per keyspace. -The index name must be a unique identifier for the index for each table within a keyspace. -This requirement is true for both vector and non-vector indexes. -==== \ No newline at end of file +You cannot use the same index name for two different indexes within a keyspace, regardless of which +table they are on. +====