I use couchdb-lucene for things like this. It useful and not just for full text search. It's also really easy to integrate and interfacing to it is quite CouchDB-y.
On Thu, Nov 19, 2009 at 12:00 PM, Magnus Eklund <[email protected]>wrote: > Hi > > I have two potentially very large collections of documents. Now I would > like to be able to query one of them using for example startkey,endkey while > at the same time filtering out documents not present in the other collection > (based on the equality of some field common to both document types). > > Is there any reasonable way to do this with CouchDb? > > Thanks > > - Magnus Eklund >
