Skip to content

Commit 432e410

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 8b01d9d commit 432e410

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
@@ -728,7 +728,7 @@ include::example$n1ql-language-reference/create-idx-include.n1ql[]
728728
For more examples of indexes where the leading key may be missing, see xref:n1ql:n1ql-language-reference/selectintro.adoc#index-selection[Index Selection].
729729
====
730730

731-
[[eex-create-rgb-idx]]
731+
[[ex-create-rgb-idx]]
732732
.Create a composite vector index
733733
====
734734
For this example, you must install the vector sample data as described in {prerequisites}[Prerequisites].
@@ -738,7 +738,7 @@ Create a composite vector index that indexes the vector field named `colorvect_l
738738
739739
[source,sqlpp]
740740
----
741-
include::vector-index:example$gsi-vector-idx-examples.sqlpp[tag=create-vectors-idx]
741+
include::vector-index:example$gsi-vector-idx-examples.sqlpp[tag=create-rgb-idx]
742742
----
743743
====
744744

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)