Re: IndexWriter.mergeDocument(Term term, Document doc)

2010-07-04 Thread Michael McCandless
This idea has been discussed a few times on the list... eg try googling on "incremental document field update". It's tricky; Lucene doesn't make it easy to update just a portion of a document's postings information. The implementation will be very different from updateDocument... Mike On Tue, J

IndexWriter.mergeDocument(Term term, Document doc)

2010-06-29 Thread Pablo Mendes
Hi all, I'm looking for a functionality similar to IndexWriter.updateDocument() *IndexWriter.**updateDocument *(Term