Skip to content

Instantly share code, notes, and snippets.

@dkinzer
Created October 10, 2019 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkinzer/bd8ed353dbacb988a8419979a8aab43b to your computer and use it in GitHub Desktop.
Save dkinzer/bd8ed353dbacb988a8419979a8aab43b to your computer and use it in GitHub Desktop.

Enabling Solr Document Versioning

  1. What is it?
  2. 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.
  3. How?
  4. ✨ ✨ Demo ✨ ✨
  5. Caveats and mitigations:
    • Solr errors out do to max skipped.
    • But there's still a performance hit and traject still exits with -1:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment