problems with couchb-lucene

2009-07-13 Thread Wolfgang issovits
Hello! I've tried to set up couchdb with lucene for a while with no success so far. I created a _design/lucene document for indexing which looks like this: { _id: _design/lucene, _rev: 5-2604847086, fulltext: { by_name: { defaults: { store: yes

RE: problems with couchb-lucene

2009-07-13 Thread Nils Breunese
See the examples section at http://github.com/rnewson/couchdb-lucene Nils. Van: Wolfgang issovits [wolfgang.issov...@gmail.com] Verzonden: maandag 13 juli 2009 13:27 Aan: user@couchdb.apache.org Onderwerp: problems with couchb-lucene Hello! I've tried

Re: problems with couchb-lucene

2009-07-13 Thread Wolfgang issovits
Thanks, your tip worked just fine. I was just a little bit confused by indexing and views and _design documents It's all so different with this document based database but I will figure it out ;) kind regards, Wolfgang Manolo Padron Martinez wrote: Hi: As I know

Re: problems with couchb-lucene

2009-07-13 Thread Robert Newson
Hi, You've probably realized by now that couchdb views and couchdb-lucene indexes are completely separate. It is not currently possible to use couchdb-lucene on the output of a couch view. B. On Mon, Jul 13, 2009 at 2:38 PM, Wolfgang issovitswolfgang.issov...@gmail.com wrote: Thanks, your tip