Releases: couchbaselabs/try-cb-java
Releases · couchbaselabs/try-cb-java
Tutorial for CB 4.5
This sample application is the one used in the updated tutorial released with CB 4.5 Documentation.
The try-cb-java
tutorial for Couchbase Server 4.5 demonstrates the following features:
N1QL
: various elements are demonstrated around finding flights and bookings (eg. JOINS).FTS
: Full text search is used for the lookup of hotels.Subdocument
: The API is used in conjunction with FTS to only retrieve the displayed information when processing hotel search hits.
Tutorial for CB 4.0
This sample application is the one used in the new tutorial released with CB 4.0 Documentation.