We are using XDCR elaticseaerch, works pertty fine.
In our couchbase, we have some scalar keys, e.g. their values are scalars and not json documents. We cannot convert these to json since we use incr with them.
I did not find any way to access their value in couchbase. For example, let say we incr counter for each user opetation and we want to have instagram per user activities.
Is there way to acheive this?
thanks.