Re: Solr 8.0.0 Delta import add/delete data

2019-04-15 Thread Zheng Lin Edwin Yeo
Hi Anuj, I think it could be faster and cleaner to re-index, since the indexing takes only 4 minutes, and you require records to be deleted. Also, when you delete records in Solr, it only annotates them as deleted for the purpose of searching. The space used by those documents will be reclaimed w

Re: Solr 8.0.0 Delta import add/delete data

2019-04-14 Thread Anuj Bhargava
The database has 120 entries and 2 (not 20 as mentioned earlier) plus new records are added and around the same number deleted. For Full Import it takes approximately 4 minutes to Index. Regards, Anuj On Mon, 15 Apr 2019 at 07:29, Zheng Lin Edwin Yeo wrote: > Have you tried how lo

Re: Solr 8.0.0 Delta import add/delete data

2019-04-14 Thread Zheng Lin Edwin Yeo
Have you tried how long does it take to index all the entries? Regards, Edwin On Fri, 12 Apr 2019 at 12:32, Anuj Bhargava wrote: > We have a MySql database (news) which has the following fields - > posting_id, date, name, currency, country, expiry etc > > The database has more than 120

Solr 8.0.0 Delta import add/delete data

2019-04-11 Thread Anuj Bhargava
We have a MySql database (news) which has the following fields - posting_id, date, name, currency, country, expiry etc The database has more than 120 entries. Daily around 20 plus new records are added and around the same number deleted. posting_id is a unique ID for every record. Pl