You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Manokaran K <ma...@gmail.com> on 2010/03/05 09:12:17 UTC

couchdb view versus couchdb-lucene indexes

Hi,

Since couchdb-lucene allows more complex queries of the database, what are
the pros and cons of using couchdb 'view' to only emit(doc._id, null) and do
all the querying on the couchdb-lucene index? Will it break the access
control mechanism built into 0.11!!

thanks,
mano