Should i use ElasticSearch with couchbase 5

Hi,

we were planning to use couchbase as our primary database and elasticsearch to enhance our search results. but i found using n1ql with couchbase can actually address all complexes behind our application’s search.

i would like to get some general opinion, is it a good idea to use couchbase N1sql query for all search functionalities over elasticsearch. (i mostly concerned about performance, cpu, RAM usage, etc )

Please advice any reply will be greatly appreciated…

Thanks in advance
VJ

N1QL has few search capabilities you can checkout the following articles.
In addition Couchbase has Full Text Search as service.


https://developer.couchbase.com/documentation/server/current/n1ql/n1ql-language-reference/tokenfun.html
https://developer.couchbase.com/documentation/server/current/n1ql/n1ql-language-reference/adaptive-indexing.html
https://blog.couchbase.com/secondary-indexes-or-full-text-search/