[hibernate-dev] Search initialization: remove WeakHashMap?
Sanne Grinovero
sanne.grinovero at gmail.com
Fri Jul 4 21:17:26 EDT 2008
Hello,
does the resolution of HSEARCH-209 imply we can get rid of the
private static final ThreadLocal<WeakHashMap<Configuration,
SearchFactoryImpl>> contexts = ...
in SearchFactoryImpl?
I never fully understood the need of that, I thought because we could
have several Search listeners
registered, but if we could delete
FullTextIndexCollectionEventListener this shouldn't be an issue
anymore.
Sanne
More information about the hibernate-dev
mailing list