solr - Best place for index call when using hibernate -
Currently I am wondering where is the best place in my code where I call the call method in my indexing services (solR) .
The fact is that I should be convinced that every entity stored in DB has been indexed, I am using hibernate and I will try to implement it with interceptor.
Any advice. idea?
We have placed the call on the unit of the hibernate interceptor only one
EntityInterceptor Permission is granted, we apply filterchain patterns to pass unit
in many interceptors.
Hope this helps someone ...
Comments
Post a Comment