Howdy! Is it possible to configure CouchDB to only index design documents on certain databases?
For context, I'm developing a service that wraps CouchDB so that users can generate access tokens they can replicate with. These tokens look like URLs, but they point to a proxy that processes the request before passing it to the server. As these tokens permit replication *only*, it would be pointless to build indices off the design documents that users replicate, as they will never be able to query them. However, the service also uses CouchDB to store its own data, and I do want it to be able to build and query indices. So, is there a way to permit both use-cases in one CouchDB server? Best regards, Diana