Enabling Solr Document Versioning
- What is it?
- Optimistic concurrency / Document centric versioning constraints
- Solr rejects older documents with a 409 error.
- Why?
- If you are ingesting multiple versions of a document but you don't have a guarantee of the order in which they will be ingested.
- How?
- Simply add some configuration to your solrconfig.xml