Re: Update Solr Document

2018-06-01 Thread Alessandro Benedetti
There is no quick answer, it really depends on a lot of factors... *TL;DR* : Updating a single document field will likely take more time in a bigger collection. *Partial Document Update* First of all, which field are you updating ? Depending on the type and attributes you may end up in different s

Re: Update Solr Document

2018-06-01 Thread Emir Arnautović
Hi Rushikesh, There is no update of documents in Solr - it is always indexing a new document to a new segment. That means that indexing operation is equally heavy on any collection. But that does not mean that updates will take equal time. There are other activities that are heavier on larger in