If a class is not directly mapped, this implementation will try to find a value with the key's
interfaces instead. if a value is found, the key's class is mapped directly for quicker access in
the future.
Please note that the stream has to be closed after usage,
otherwise http connection leaks will occur and the system will eventually hang due
to connection starvation.
Please note that the stream has to be closed after usage,
otherwise http connection leaks will occur and the system will eventually hang due
to connection starvation.
Obtains information about a given design document, including the index,
index size and current status of the design document and associated index information.
This method requires the view result values to be document ids or documents :
If the value is a document id, then the document is fetched from couchDB.
The skip option should only be used with small values, as skipping a large range of documents this way is inefficient (it scans the index from the startkey and then skips N elements, but still needs to read all the index values to do that).
Source and target can both point at local databases, remote databases and any combination of these
If your local CouchDB instance is secured by an admin account, you need to use the full URL format.