There is no such behavior for n-dimensions currently. However, Volker Mische created GeoCouch [1] to handle 2-dimensional bounding boxes and took the time to write up his experience creating a custom document indexer [2]. You might check out these resources or get in touch with him directly if you're interested in creating such an index using CouchDB.
I also encourage you to to subscribe to the development mailing list, which is a better place if you have technical questions related to CouchDB internals, or join the channel #couchdb on Freenode IRC. Cheers, Randall [1] https://github.com/vmx/couchdb [2] http://vmx.cx/couchdb/tutorial/indexer.html On Mon, Nov 8, 2010 at 22:14, Michael Zedeler <[email protected]> wrote: > Hi CouchDB-users (and developers). > > Thanks for a great product and very useful discussions on the mailing list. > > Does anyone know if there has been an effort into making multi-dimensional > queries possible? > > Given a d-dimensional keyspace, I'd like to be able to get all elements in a > d-dimensinal hypercube. It could be implemented using kd-trees. > > Any thoughts? > > Regards, > > Michael. > >
