Re: [fw-general] Can't delete my index entries with Zend_Search_Lucene

2007-10-09 Thread Vincent
docIds as $id) { > > $doc = $index->getDocument($idTerm); > > if ($doc->type == 'comment') { > > $index->delete($id); > > } > > } > > -------------------- > > > > With best regards, > >Alexander Veremye

RE: [fw-general] Can't delete my index entries with Zend_Search_Lucene

2007-10-08 Thread Alexander Veremyev
} With best regards, Alexander Veremyev. From: Vincent [mailto:[EMAIL PROTECTED] Sent: Saturday, October 06, 2007 9:35 AM To: Rob Allen Cc: fw-general@lists.zend.com Subject: Re: [fw-general] Can't delete m

Re: [fw-general] Can't delete my index entries with Zend_Search_Lucene

2007-10-06 Thread Vincent
On 05/10/2007, Rob Allen <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Did you commit() after loop? You see? I said so it would be a stupid mistake... Thanks! Regards, > > Rob... > > Vincent wrote: > > Hello, > > > > I am currently working on this website whe