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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -