Skip to content

Commit 7bf4bd4

Browse files
committed
NO ISSUE: Consolidate the vector index files (#419)
* TEMP: Preview config for feature branch * Fix links, tags, anchors, and includes * Tweak examples for consistency and formatting * Move composite examples to separate files — use the View button as intended
1 parent 21e7490 commit 7bf4bd4

13 files changed

+3157
-3204
lines changed

modules/n1ql/pages/n1ql-language-reference/createindex.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ include::example$n1ql-language-reference/create-idx-include.n1ql[]
719719
For more examples of indexes where the leading key may be missing, see xref:n1ql:n1ql-language-reference/selectintro.adoc#index-selection[Index Selection].
720720
====
721721

722-
[[eex-create-rgb-idx]]
722+
[[ex-create-rgb-idx]]
723723
.Create a composite vector index
724724
====
725725
For this example, you must install the vector sample data as described in {prerequisites}[Prerequisites].
@@ -729,7 +729,7 @@ Create a composite vector index that indexes the vector field named `colorvect_l
729729
730730
[source,sqlpp]
731731
----
732-
include::vector-index:example$gsi-vector-idx-examples.sqlpp[tag=create-vectors-idx]
732+
include::vector-index:example$gsi-vector-idx-examples.sqlpp[tag=create-rgb-idx]
733733
----
734734
====
735735

modules/n1ql/pages/n1ql-language-reference/dropindex.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For compatibility with legacy versions of Couchbase Server, you can also use DRO
3434
To use the {doctitle} statement, you must have the _Query Manage Index_ privilege on the keyspace or bucket.
3535
For more details about user roles, see
3636
{authorization-overview}[Authorization].
37-
// end::prerequisites
37+
// end::prerequisites[]
3838

3939
== Syntax
4040

0 commit comments

Comments
 (0)