On 2/27/22 11:32, Bruno Mannina wrote:
Is it possible to update a document (all fields) without changing timestamp date ?
Maybe. Solr has a capability called "Atomic Update" ... but in order for this to be usable, your index has to meet certain criteria.
https://solr.apache.org/guide/8_11/updating-parts-of-documents.html#field-storageIf your index meets that criteria, then you will most likely be able to do what you're after.
Thanks, Shawn
