Session open/closed event would be nice, but not that useful for Hibernate Search considering its sessions are pretty lightweight.
More granular events around index operations (indexing, flush, …) and search queries could be more useful, especially for our own work on performance: imagine if you could see indexing per thread in a nice graph in Java Mission Control, and detect a thread that’s not working as intended just from looking at the graph?
Hibernate Search users could probably benefit from these events similarly.
Similar to . Could be considered a first (simpler) attempt at implementing tracing in Hibernate Search ().
Session open/closed event would be nice, but not that useful for Hibernate Search considering its sessions are pretty lightweight.
More granular events around index operations (indexing, flush, …) and search queries could be more useful, especially for our own work on performance: imagine if you could see indexing per thread in a nice graph in Java Mission Control, and detect a thread that’s not working as intended just from looking at the graph?
Hibernate Search users could probably benefit from these events similarly.
Similar to . Could be considered a first (simpler) attempt at implementing tracing in Hibernate Search ().