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

Management endpoint for Hibernate Search #34553

Closed
yrodiere opened this issue Jul 5, 2023 · 1 comment · Fixed by #35065
Closed

Management endpoint for Hibernate Search #34553

yrodiere opened this issue Jul 5, 2023 · 1 comment · Fixed by #35065
Labels
area/hibernate-search Hibernate Search kind/enhancement New feature or request
Milestone

Comments

@yrodiere
Copy link
Member

yrodiere commented Jul 5, 2023

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

@yrodiere yrodiere added the kind/enhancement New feature or request label Jul 5, 2023
@quarkus-bot quarkus-bot bot added the area/hibernate-search Hibernate Search label Jul 5, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 5, 2023

/cc @gsmet (hibernate-search)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-search Hibernate Search kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant