To: java-user@lucene.apache.org
Subject: Re: Update documents
WATHELET Thomas wrote:
> Is-it possible to update a document's field without deleting the
> document and add it again into the index?
Not really... see the FAQ, especially "How do I update a document or a
set
of d
WATHELET Thomas wrote:
> Is-it possible to update a document's field without deleting the
> document and add it again into the index?
Not really... see the FAQ, especially "How do I update a document or a set
of documents that are already indexed?", and also see javadocs for
IndexWriter's updateD
Perhaps it is not possible if you have written the document to index.
Andy
-Original Message-
From: WATHELET Thomas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 27, 2007 3:46 PM
To: java-user@lucene.apache.org
Subject: Update documents
High,
Is-it possible to update a document
High,
Is-it possible to update a document's field without deleting the
document and add it again into the index?