Category: Full-Text Search

Storing, Indexing and Searching files with Couchbase and Spring Boot

Storing, Indexing and Searching files with Couchbase and Spring Boot

I have been wanting to showcase most of the new Couchbase’s search features available in 4.5 in one simple project. And there have been some interest recently about storing files or binaries in Couchbase. From a general, generic perspective, databases...

Laurent Doguin March 30, 2016
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...

Laurent Doguin February 24, 2016
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...

Couchbase Server Full-text Search Connector with Elasticsearch Updated

Couchbase Server Full-text Search Connector with Elasticsearch Updated

We’ve just updated the Couchbase Transport for Elastic Search to work with Couchbase 2.2.0 and Elasticsearch 0.90.5. You can download the latest version of the full-text search plug-in via our connectors page, and be sure to read Marty Schloch’s updated...

Couchbase Server Full-text Search Connector with Elasticsearch Updated

Couchbase Server Full-text Search Connector with Elasticsearch Updated

We have exciting product news to share: the Couchbase-Elasticsearch plug-in version 1.1.0 has now been released. The Couchbase Transport for Elastic Search has been updated to work with Couchbase 2.1.1, 2.1.0 and Elastic Search 0.90.2. You can download the latest...

Secondary Indexes or Full-Text Indexes?

Secondary Indexes or Full-Text Indexes?

Applications get data from Couchbase Server in different ways – they can use basic key-value operations, secondary indexes (views) or full-text search. As a developer, how do you decide whether you should use secondary indexes or full-text search for your...