Re: Starting optimize... Reading and rewriting the entire index! Use with care

2019-01-16 Thread Walter Underwood
ow are you calling the dataimport? As I understand it, optimize defaults >>> to true, so unless you explicitly set it to false, the optimize will occur >>> after the import. >>> >>> >>> ________ >>> From: talhanather >>> Sent: Wednesday, January 16, 2019

Re: Starting optimize... Reading and rewriting the entire index! Use with care

2019-01-16 Thread Erick Erickson
nless you explicitly set it to false, the optimize will occur > > after the import. > > > > > > > > From: talhanather > > Sent: Wednesday, January 16, 2019 7:57:29 AM > > To: solr-user@lucene.apache.org > > Subject

Re: Starting optimize... Reading and rewriting the entire index! Use with care

2019-01-16 Thread Jan Høydahl
o unless you explicitly set it to false, the optimize will occur after > the import. > > > > From: talhanather > Sent: Wednesday, January 16, 2019 7:57:29 AM > To: solr-user@lucene.apache.org > Subject: Re: Starting optimize... Reading and rew

Re: Starting optimize... Reading and rewriting the entire index! Use with care

2019-01-16 Thread Jeremy Smith
@lucene.apache.org Subject: Re: Starting optimize... Reading and rewriting the entire index! Use with care Hi Erick, PFB the solr-config.xml, Its not having optimization tag to true. Then how optimization is continuously occurring for me. ? uuid db-data-config.xml -- Sent from

Re: Starting optimize... Reading and rewriting the entire index! Use with care

2019-01-16 Thread talhanather
Hi Erick, PFB the solr-config.xml, Its not having optimization tag to true. Then how optimization is continuously occurring for me. ? uuid db-data-config.xml -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Starting optimize... Reading and rewriting the entire index! Use with care

2018-12-27 Thread Erick Erickson
t; nothing is showing in logs. > > While verifying logs, I saw the below warning occurring recursively and > could see that the new records are getting indexed without clicking on delta > import. > > "2018-12-19 16:13:21.927 WARN (qtp736709391-15) [ x:solrprod] > o.a.s.u.

Re: Starting optimize... Reading and rewriting the entire index! Use with care

2018-12-26 Thread talhanather
indexed without clicking on delta import. "2018-12-19 16:13:21.927 WARN (qtp736709391-15) [ x:solrprod] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care." I have mentioned my queries below, Kindly suggest. 1. Without clicking on de

Re: Starting optimize... Reading and rewriting the entire index! Use with care

2018-12-26 Thread Erick Erickson
y this functionality is not working through my Solr > > Admin, But the new/updated data's are getting indexed automatically. > > > > When I verified the logs, I could see that the below warning messages are > > occurring recursively. > > > > "2018-1

Re: Starting optimize... Reading and rewriting the entire index! Use with care

2018-12-26 Thread Edward Ribeiro
But the new/updated data's are getting indexed automatically. > > When I verified the logs, I could see that the below warning messages are > occurring recursively. > > "2018-12-19 16:13:21.927 WARN (qtp736709391-15) [ x:solrprod] > o.a.s.u.DirectUpdateHandler

Starting optimize... Reading and rewriting the entire index! Use with care

2018-12-25 Thread Talha Muhammed
... Reading and rewriting the entire index! Use with care." Kindly help and suggest whether rewriting the entire index is an issue or not and let me know whether it can impact my server or search. Thanks, Talha