November 2015
Beginner to intermediate
248 pages
5h 24m
English
Full text search enables searching of documents by text. It's applicable to a wide range of applications, such as e-business or even analytics (for example, performing sentimental analytics).
Let's add a description in our existing document, as follows:
{
"book": "Learning Couchbase",
"description": "If you are new to the NoSQL document system or have little or no experience in NoSQL development and administration and are planning to deploy Couchbase for your next project, then this book is for you. It would be helpful to have a bit of familiarity with Java."
}If we want to search for the term "NoSQL" in any document, we will be using the full text search across the full JSON body. Couchbase provides these features by integrating ...
Read now
Unlock full access