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

Implement persistent Lucene indexing with Docker volumes #1064

Merged
merged 3 commits into from
Jun 6, 2024

Conversation

rahul6603
Copy link
Contributor

Issue - #1049

Summary

  • To ensure that the search indexes persist when the backend container (openelisglobal-webapp) restarts, we will use Docker volumes.

  • We will create a directory to store Lucene indexes when the container is created, and then define a volume for this directory to ensure that the indexes are not lost when the container is restarted or recreated.

@rahul6603
Copy link
Contributor Author

Hi @mozzy11 , could you please review this PR?
Thank you.

@mozzy11 mozzy11 merged commit da661b8 into I-TECH-UW:develop Jun 6, 2024
4 of 5 checks passed
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