Skip to content

Commit

Permalink
Vector in 3.6, not 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardSmedley authored Mar 25, 2024
1 parent 63309a7 commit b9191b0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/howtos/pages/full-text-searching-with-sdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,12 @@ This makes sure that even with partial data usually Search results are useable,
so if you absolutely need to check if all partitions are present in the result double check the error
(and not only catch an exception on the query itself).



////
== Scoped vs Global Indexes
The FTS APIs exist at both the `Cluster` and `Scope` levels.
This is because FTS supports, as of Couchbase Server 7.6, a new form of "scoped index" in addition to the traditional "global index".
Expand Down Expand Up @@ -175,6 +180,10 @@ include::example$Search.java[tag=vector4,indent=0]
The `SearchQuery` is created in the same way as detailed earlier.
////



== Search Options

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

0 comments on commit b9191b0

Please sign in to comment.