AtomicUpdateProcessorFactory in Apache Solr – Amrit Sarkar – Medium
Documents can be updated atomically, per field basis, on Solr for a while. We can find out about all the details on: https://lucene.apache.org/solr/guide/7_0/updating-parts-of-documents.html#atomic-updates
The syntax of updating value in Solr document is in key-value, tuple format. like: "operation":"newValue"
Read full article from AtomicUpdateProcessorFactory in Apache Solr – Amrit Sarkar – Medium
No comments:
Post a Comment