Closed GoogleCodeExporter closed 8 years ago
As you noticed, the ValueRow class has no document field. All Methods which
have documents included in their results use
org.jcouchdb.document.ViewAndDocumentsResult<V, D> from which you can get
ValueAndDocumentRows from.
The query-by-key variant including documents is
org.jcouchdb.db.Database.queryDocumentsByKeys(Class<V>, Class<D>, List<?>,
Options, JSONParser)
Original comment by ff...@gmx.de
on 21 Feb 2011 at 12:16
Thank you for clearing that up. This will of course suffice.
Original comment by moritzp...@gmail.com
on 21 Feb 2011 at 1:03
Original issue reported on code.google.com by
moritzp...@gmail.com
on 21 Feb 2011 at 11:13