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
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
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
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,