We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could expose a management endpoint for Hibernate Search through the management interface that would allow reindexing all data, in particular.
Of course, as the endpoint would effectively give write access to indexes, it should be opt-in (enabled through a configuration flag).
I implemented something like that in a demo, see https://github.com/hibernate/hibernate-demos/pull/74/files#diff-e2ecf487e7108639ecb9c840b4fea7cca821fd31f63c48cb91ac85f608bb3765
The text was updated successfully, but these errors were encountered:
/cc @gsmet (hibernate-search)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
We could expose a management endpoint for Hibernate Search through the management interface that would allow reindexing all data, in particular.
Of course, as the endpoint would effectively give write access to indexes, it should be opt-in (enabled through a configuration flag).
Implementation ideas
I implemented something like that in a demo, see https://github.com/hibernate/hibernate-demos/pull/74/files#diff-e2ecf487e7108639ecb9c840b4fea7cca821fd31f63c48cb91ac85f608bb3765
The text was updated successfully, but these errors were encountered: