Thanks again
this is my code ,
doc.add(new Field("id",""+i,Field.Store.YES,Field.Index.NOT_ANALYZED));
doc.add(new Field("title", indexForm.getTitle(), Field.Store.YES,
Field.Index.ANALYZED));
doc.add(new Field("contents", indexForm.getContent(),
Field.Store.YES, Field.Index.ANALYZED));
writer.updateDocument(new Term(""+i), doc);
no changes still .. Am i doing wrong??? help me
--
View this message in context:
http://old.nabble.com/remove-duplicate-when-merging-indexes-tp26280244p26280758.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]