Re: efficient ways of updating document

2007-01-05 Thread Erick Erickson
ED]> > To: java-user@lucene.apache.org > Sent: Friday, January 5, 2007 12:53:12 AM > Subject: efficient ways of updating document > > It seems to me that updating a document is rather tedious and slow in lucene, especially for updating large number of documents. Before opening an In

Re: efficient ways of updating document

2007-01-05 Thread Marcelo Ochoa
at the state of those changes is (whether they are still in Lucene's JIRA, or whether they are in CVS). Otis - Original Message From: John Song <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, January 5, 2007 12:53:12 AM Subject: efficient ways of updating document

Re: efficient ways of updating document

2007-01-05 Thread Otis Gospodnetic
are in CVS). Otis - Original Message From: John Song <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, January 5, 2007 12:53:12 AM Subject: efficient ways of updating document It seems to me that updating a document is rather tedious and slow in lucene, especially fo

efficient ways of updating document

2007-01-04 Thread John Song
It seems to me that updating a document is rather tedious and slow in lucene, especially for updating large number of documents. Before opening an IndexWriter to add documents, one has to open an IndexReader/IndexSearcher to search for the document of a particular id. Upon finding its docnum,