Re: Lucene updateDocument does not affect index until restarting solr

2015-04-15 Thread Ali Nazemian
s the best solution doesn't involve "Y" at all? > See Also: http://www.perlmonks.org/index.pl?node_id=542341 > > > > > : Date: Thu, 9 Apr 2015 01:02:16 +0430 > : From: Ali Nazemian > : Reply-To: solr-user@lucene.apache.org > : To: "solr-user@lucene.ap

Re: Lucene updateDocument does not affect index until restarting solr

2015-04-15 Thread Chris Hostetter
he.org : To: "solr-user@lucene.apache.org" : Subject: Lucene updateDocument does not affect index until restarting solr : : Dear all, : Hi, : As a part of my code I have to update Lucene document. For this purpose I : used writer.updateDocument() method. My problem is the update process

Lucene updateDocument does not affect index until restarting solr

2015-04-08 Thread Ali Nazemian
Dear all, Hi, As a part of my code I have to update Lucene document. For this purpose I used writer.updateDocument() method. My problem is the update process is not affect index until restarting Solr. Would you please tell me what part of my code is wrong? Or what should I add in order to apply the