Hi Erick,
Looks like TolerantUpdateProcessor is exactly what I need. Thanks!
Kyle.
P.S. I can find the doc for TolerantUpdateProcessorFactory here:
http://lucene.apache.org/solr/7_5_0/solr-core/org/apache/solr/update/processor/TolerantUpdateProcessor.html
, but it seems to be missing from the gu
You can add, say, a ScriptUpdateProcessor that checks this for you
pretty easily.
Have you looked at the Overwrite=false option (assuming you're not
assigning _version_ yourself)?
Best,
Erick
On Mon, Dec 3, 2018 at 11:57 AM lstusr 5u93n4 wrote:
>
> Hi All,
>
> I have a scenario where I'm trying
And I forgot to mention TolerantUpdateProcessor, might be another approach.
On Mon, Dec 3, 2018 at 12:57 PM Erick Erickson wrote:
>
> You can add, say, a ScriptUpdateProcessor that checks this for you
> pretty easily.
>
> Have you looked at the Overwrite=false option (assuming you're not
> assign