Hi
Is there any Java function which gets me all the values in CouchBase without key.
I mean like in MySQL we have " SELECT * FROM Table name;" In Mongodb we have db.collectionname.find().
Similarly in Couchbase do we have any function ?
Thu, 04/19/2012 - 00:08
ingenthr
Offline
Joined: 03/16/2010
Groups:
In Couchbase (starting with 2.0) we have the _all_docs view. This is posted in the 1.8 forum. You'll want to look at 2.0. Let me know if you can't find what you're looking for.
In Couchbase (starting with 2.0) we have the _all_docs view. This is posted in the 1.8 forum. You'll want to look at 2.0. Let me know if you can't find what you're looking for.