Skip to content

Commit b9191b0

Browse files
Vector in 3.6, not 3.5
1 parent 63309a7 commit b9191b0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

modules/howtos/pages/full-text-searching-with-sdk.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,12 @@ This makes sure that even with partial data usually Search results are useable,
109109
so if you absolutely need to check if all partitions are present in the result double check the error
110110
(and not only catch an exception on the query itself).
111111

112+
113+
114+
////
115+
112116
== Scoped vs Global Indexes
117+
113118
The FTS APIs exist at both the `Cluster` and `Scope` levels.
114119
115120
This is because FTS supports, as of Couchbase Server 7.6, a new form of "scoped index" in addition to the traditional "global index".
@@ -175,6 +180,10 @@ include::example$Search.java[tag=vector4,indent=0]
175180
176181
The `SearchQuery` is created in the same way as detailed earlier.
177182
183+
////
184+
185+
186+
178187
== Search Options
179188

180189
The Search Service provides an array of options to customize your query. The following table lists them all:

0 commit comments

Comments
 (0)