Dears, Hi, I am going to do some changes in nutch default behavior. I want to change nutch solr index (indexWriter class) in a way that instead of adding new document to solr, old documents are updated. I saw an "update" method inside this class. Is that implemented for this purpose? If no what is the purpose of this method? Another question is doing such thing (changing indexWriter to update document instead of adding them) would affect my performance for whole web crawling? Best regards.
-- A.Nazemian

