Category: Full-Text Search

Xcode Playground for Exploring Query API in Couchbase Lite 2.0
Xcode Playground for Exploring Query API in Couchbase Lite 2.0

This post is a step-by-step guide to using Xcode Playground to test and explore the Query API in Couchbase Mobile 2.0. Given the unified nature of the QueryBuilder API you should be able to easily translate the swift queries to any of the other platform languages supported in Couchbase Lite

The Couchbase Data Platform in Action: The Couchbase Connect 2017 Silicon Valley Technical Demo
The Couchbase Data Platform in Action: The Couchbase Connect 2017 Silicon Valley Technical Demo

Check out the Couchbase Connect 2017 Silicon Valley Technical demo which presents how to build a Full Stack Application Using the Couchbase Data Platform.

Geospatial Search With ASP.NET Core, Aurelia, Google Maps
Geospatial Search With ASP.NET Core, Aurelia, Google Maps

Geospatial search is fully supported in Couchbase Server 5.5. This post demonstrates geospatial search capabilities with a web-based UI.

Announcing Couchbase Mobile 2.0 Beta
Announcing Couchbase Mobile 2.0 Beta

Couchbase Mobile 2.0 beta is available now! Check out the features of Couchbase Mobile 2.0 beta and Travel Sample application created with Mobile 2.0.

Introducing Full Text Search (FTS) in Couchbase Mobile 2.0
Introducing Full Text Search (FTS) in Couchbase Mobile 2.0

Couchbase Mobile 2.0 brings us powerful Full text Search (FTS) capabilities of your JSON Documents. This post walks you through several use cases.

Full Text Search: Better Queries for NoSQL in Node.js
Full Text Search: Better Queries for NoSQL in Node.js

See why you should use full text search (FTS) for certain querying scenarios and how you can do it in this webinar which focuses on Node.js.

FTS With Facets in Couchbase NoSQL With Node.js
FTS With Facets in Couchbase NoSQL With Node.js

Learn how to work with facets in Full Text Search (FTS) using Couchbase NoSQL and Node.js in this video tutorial.

Using Facets in a Couchbase NoSQL Full Text Search Query
Using Facets in a Couchbase NoSQL Full Text Search Query

Learn how to use facets for result aggregation in a Full Text Search (FTS) query made with Node.js and the NoSQL database, Couchbase Server.

Introducing the Query Interface in Couchbase Mobile 2.0
Introducing the Query Interface in Couchbase Mobile 2.0

Couchbase Mobile 2.0 supports a new query interface based on N1QL, Couchbase’s declarative query language that extends SQL for JSON.

Query Natural Language with Couchbase Server’s Powerful Full Text Search
Query Natural Language with Couchbase Server’s Powerful Full Text Search

Learn about Couchbase Server's powerful Full Text Search (FTS) functionality and see how it can be used to query natural language.

Powershell with the Couchbase REST API
Powershell with the Couchbase REST API

Use PowerShell to interact with the Couchbase Server REST API. You can use Invoke-WebRequest like curl to make HTTP requests.

Using Couchbase Full Text Search Service in Java
Using Couchbase Full Text Search Service in Java

Full-text based search is a feature that allows users to search based on texts and keywords, and is very popular among users and the developer community. So it’s a no-brainer that there are lots of APIs and frameworks that offer...