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