Using Java to Perform a Multi-Key Get on a Couchbase View

@brajput24 you can use either a view where the key is the date/time you want to compare against, and then you can use an end range of your sysdate. This will give you all docs that are <= the sysdate. Or you use N1QL if you are currently developing and can wait until 4.0 is GA. But I think your use case can be done quite nicely with views too.