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
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
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