Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage 1: Added optimistic concurrency control to _update function #369

Closed
wants to merge 2 commits into from
Closed

Stage 1: Added optimistic concurrency control to _update function #369

wants to merge 2 commits into from

Conversation

Fikavec
Copy link

@Fikavec Fikavec commented Aug 19, 2021

optimisticConcurrencyMode - int, indicates optimistic concurrency strategy from Solr Docs
includeVersionField - bool, tell Solr to return version field after add/update document

Details in https://solr.apache.org/guide/6_6/updating-parts-of-documents.html#UpdatingPartsofDocuments-OptimisticConcurrency

#367

optimisticConcurrencyMode - int, indicates optimistic concurrency strategy from Solr Docs
includeVersionField - bool, tell Solr to return _version_ field after add/update document

Details in https://solr.apache.org/guide/6_6/updating-parts-of-documents.html#UpdatingPartsofDocuments-OptimisticConcurrency
@Fikavec Fikavec changed the title Stahe 1: Added optimistic concurrency control to _update function Stage 1: Added optimistic concurrency control to _update function Aug 19, 2021
@Fikavec Fikavec closed this by deleting the head repository Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants