DZone Database Zone
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:
Post a Comment