You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/concept-docs/pages/querying-your-data.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Fuzzy search with text or a variety of other data:
69
69
* CIDR notation
70
70
* Geospatial data
71
71
72
-
Searches use indexes created against data at the Scope or the budket level.
72
+
Searches use indexes created against data at the Scope or the bucket level.
73
73
74
74
75
75
=== Vector Search
@@ -145,7 +145,7 @@ For low latency range queries, it is recommended that you use SQL++ with the nec
145
145
146
146
From Couchbase Server 7.6 onwards,
147
147
CRUD operations (such as `CREATE`, `INSERT`, and `SELECT`) and `JOIN` can be performed against the Query Service without an index (primary or secondary).
148
-
This uses a xref:server:learn:services-and-indexes:indexes/query-without-index.adoc#sequential-scans[sequential scan], relying on a KV range scan to deliver the keys.
148
+
This uses a xref:server:learn:services-and-indexes/indexes/query-without-index.adoc#sequential-scans[sequential scan], relying on a KV range scan to deliver the keys.
149
149
150
150
Sequential scans are best suited to small collections where key order is unimportant, or where the overhead of maintaining an index can't be justified.
151
151
For larger collections and greater performance, define the appropriate indexes to speed up your queries.
@@ -163,7 +163,7 @@ Read on to learn more about the Query and Index services.
163
163
// e N1QL (Non-First Normal Form Query Language)
164
164
// and link book?
165
165
166
-
If you are familiar with SQL, Couhbase's {sqlpp} dialect will hold few surprises.
166
+
If you are familiar with SQL, Couchbase's {sqlpp} dialect will hold few surprises.
167
167
Combining semi-flexible schema with SQL works well in a lot of use cases, but do remember that our Data Service is even faster if you do already know the keys.
* Learn more about xref:concept-docs:transactions.adoc[Distributed ACID Transactions].
409
-
408
+
* Learn more about xref:server:learn:data/transactions.adoc[Distributed ACID Transactions].
409
+
* Learn more about xref:concept-docs:transactions.adoc[Distributed ACID Transactions with the Java SDK].
410
410
* Check out the SDK https://docs.couchbase.com/sdk-api/couchbase-java-client/com/couchbase/client/java/transactions/package-summary.html[API Reference].
Copy file name to clipboardExpand all lines: modules/project-docs/pages/migrating-sdk-code-to-3.n.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The Java SDK 3.x is available for download from the same resources as the previo
46
46
In addition, a `zip` file is available with the required jars.
47
47
Please see the xref:sdk-release-notes.adoc[Release Notes] for up-to-date information.
48
48
49
-
IMPORTANT: Java SDK 3.x has a minimum required Java version of 8, although we recommend running the latest LTS version (i.e. at the time of writing JDK 21) with the highest patch version available.
49
+
IMPORTANT: Java SDK 3.x has a minimum required Java version of 8, although we recommend running the latest LTS version (i.e. at the time of writing JDK {java_latest_lts_version}) with the highest patch version available.
50
50
51
51
Note that the transitive dependency list has changed.
52
52
As a refresher, Java SDK 2 depended on the following artifacts:
Copy file name to clipboardExpand all lines: modules/project-docs/pages/sdk-full-installation.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The underlying OS normally makes no difference, but library incompatibilities in
28
28
29
29
At least Java 8 is required for current releases;
30
30
see the xref:project-docs:compatibility.adoc#jdk-compat[Compatibility] section for details.
31
-
We recommend running the latest Java LTS version (i.e. at the time of writing JDK 21) with the highest patch version available.
31
+
We recommend running the latest Java LTS version (i.e. at the time of writing JDK {java_latest_lts_version}) with the highest patch version available.
32
32
33
33
Couchbase publishes all stable artifacts to https://central.sonatype.com/namespace/com.couchbase.client[Maven Central].
34
34
The latest version of the {sdk_dot_minor} SDK is https://central.sonatype.com/artifact/com.couchbase.client/java-client/{sdk_current_version}/jar[{sdk_current_version}].
@@ -51,7 +51,7 @@ For https://maven.apache.org[Maven], you can insert the following into the depen
51
51
<version>{sdk_current_version}</version>
52
52
</dependency>
53
53
----
54
-
Refer to the https://maven.apache.org/guides/introduction/introduction-to-the-pom.html/[Maven Documentation] for more information regarding the structure of the `pom.xml` file.
54
+
Refer to the https://maven.apache.org/guides/introduction/introduction-to-the-pom.html[Maven Documentation] for more information regarding the structure of the `pom.xml` file.
0 commit comments