Monday, December 11, 2017

Using Facets in a Couchbase NoSQL Full-Text Search Query

DZone Database Zone
Using Facets in a Couchbase NoSQL Full-Text Search Query
Using Facets in a Couchbase NoSQL Full-Text Search Query

Being able to execute full-text search queries in Couchbase without the need for additional tooling such as Elastic is huge for NoSQL.

About a year ago, I had written about using full-text search (FTS) in Couchbase Server with the Node.js SDK. This is back when FTS was in developer preview. While still very valid, it doesn't encapsulate the true power of what you can do with full-text search. Take facets, for example. Facets are aggregate information collected on a result set and are useful when it comes to categorization of result data.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...