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

feat(triplestore): Update Lucene index on startup #1362

Merged
merged 4 commits into from
Jul 2, 2019

Conversation

benjamingeer
Copy link

  • Rebuild the Lucene index on startup.
  • When a resource's label changes, update the index for that resource. Other data updates create new RDF subjects (because of versioning), so this should only be needed when resource labels change.

Resolves #925.

Copy link
Collaborator

@subotic subotic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks :-)

@benjamingeer
Copy link
Author

Thanks for the review!

@benjamingeer benjamingeer merged commit 3812196 into develop Jul 2, 2019
@benjamingeer benjamingeer deleted the wip/925-lucene branch July 2, 2019 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Manual incremental updating of the Lucene Full-Text-Index
2 participants