Re: Updating documents in PyLucene

2008-01-31 Thread Jarek Zgoda
[EMAIL PROTECTED] napisaƂ(a): > The way that Lucene (and by extension, PyLucene) seems to work is that > updates to documents are implemented by the user as a document > addition (of the new version) and subsequent deletion (of the old > version). I'd switch the operations, first delete then add.

Updating documents in PyLucene

2008-01-30 Thread gefafwisp
Hi all, The way that Lucene (and by extension, PyLucene) seems to work is that updates to documents are implemented by the user as a document addition (of the new version) and subsequent deletion (of the old version). My problem is that I'd like to update a number of documents which have their Sto