Tag: fts

Faster Search, Sorting, Mapping by Keys: FTS Enhancements in Couchbase Server 4.6

Faster Search, Sorting, Mapping by Keys: FTS Enhancements in Couchbase Server 4.6

Today we’re pleased to announce significant improvements in Full-Text Search (FTS) in Couchbase Server 4.6.  This blog describes what’s new for search in 4.6: Performance Improvements Index Type Mapping By Key Custom Sorting Couchbase Server FTS runs seamlessly across your cluster...

Introducing Couchbase Server 4.6.0 Developer Preview

Introducing Couchbase Server 4.6.0 Developer Preview

Today, we’re very excited to announce the availability of Couchbase Server 4.6.0 DP. This is an early developer release that comes with some exciting capabilities for cross datacenter replication, security, query, tools, and powerful full text search capability. The Developer...

Using Full Text Search (FTS) with Couchbase in a GoLang Application

Using Full Text Search (FTS) with Couchbase in a GoLang Application

I recently wrote about using Full Text Search (FTS) in a Node.js application that makes use of Couchbase Server 4.5 and higher. As you may know, FTS is available as Developer Preview starting in Couchbase Server 4.5. This is huge...

Using Full Text Search (FTS) in Couchbase with the Node.js SDK

Using Full Text Search (FTS) in Couchbase with the Node.js SDK

When I develop applications I always find myself running into a scenario where I need to search for a particular set of text within a chunk of data. I, like many others, often find myself taking the easy way out...

PHP SDK 2.2.0: An Example with Full-Text Search

PHP SDK 2.2.0: An Example with Full-Text Search

Today I’d like to announce the PHP SDK 2.0.0 GA, which brings a couple of new fetures along with more fixes and improvements. In this blog post I will demonstrate one of them (for a full list of changes refer...

Introducing Couchbase .NET SDK 2.3.0 and 2.3.1

Introducing Couchbase .NET SDK 2.3.0 and 2.3.1

Introducing Couchbase .NET SDK 2.3.0 and 2.3.1 Today we are releasing version 2.3.0 of the official Couchbase SDK for .NET languages! This is a minor release and includes support for all new Couchbase Server 4.5 features including Full Text Search...

Full Text Search on Couchbase 4.5 (Video)

Full Text Search on Couchbase 4.5 (Video)

This video shows the new Full Text Search feature in Couchbase Server 4.5. This feature is a developer preview: it’s not supported and it’s not recommended for production (yet). You can have a say in how the feature is implemented....

June 28, 2016
New Release: Couchbase .NET SDK 2.2.8 w/FTS Developer Preview!

New Release: Couchbase .NET SDK 2.2.8 w/FTS Developer Preview!

New Release: Couchbase .NET SDK 2.2.8! Today we are releasing version 2.2.8 (v2.2.8) of the Couchbase .NET SDK! In this release you will find bug fixes and Developer Previews (DP) for upcoming features in support of Couchbase Server 4.5. This...

Full Text Search in Couchbase 4.5 Developer Preview

Full Text Search in Couchbase 4.5 Developer Preview

One of my favorite new features being previewed in Couchbase Server 4.5 is Full Text Search, or FTS. Last year it was released as a standalone Developer Preview, and now you can try a new Developer Preview that’s fully integrated with Couchbase 4.5. Cécile...

Preview of Full Text Search in Couchbase using the Java SDK

Preview of Full Text Search in Couchbase using the Java SDK

In this blog post, we’ll have a look at the preview API for full text search in Couchbase 4.5. Please note that this API, released in the latest Java SDK  (2.2.4), is still @Experimental. We’ll cover: Full Text Search in...