Query data inside couchbase

There is a little but complete example showing how use couchbase with elasticsearch in java ?

Best regards
Fabio

Hello,

With the current product Couchbase 2.x and Java SDK 1.2.x you need to call Elasticsearch directly from your Java app to get the document Ids.

I have created an example based on the Beer-Sample application, you can find some sample code here:

Regards
Tug
@tgrall