On 5/25/2018 11:07 AM, SOLR4189 wrote: > You are right, BUT I have two indexers (one in WCF service and one in HADOOP) > and in two my indexers I'm using atomic updates in each document. According > to Atomic Update Processor Factory > <https://lucene.apache.org/solr/guide/7_2/update-request-processors.html> > and according to your solution (to set all my processors before > DistributedUpdateProcessor), all my processors will run on partial documents > only, but I need on full documents. So, what can I do in this situation?
For every best-practice recommendation, there's always at least one situation where it won't work. Your situation sounds like one that will require a fix for SOLR-8030. I have commented on that issue with some details about your use case. Thanks, Shawn