lucidworks/spark-solr

How to avoid overwrite of records

Opened this issue · 0 comments

4d1in3 commented

Currently, I'm trying to write millions of records into solr and I want to avoid overwrites. data is coming via kafka and spark structured streaming job is writing.

UI shows an option to avoid overwriting, is there any option in the lib to replicate this behavior

image