Hardy Ferentschik edited a comment on an issue
Hibernate Search / Improvement HSEARCH-1121
Work on a proper classloader strategy
Today we mostly expect the TCCL to be correct plus a minor ad-hoc fixes to make CapeDwarf and Modeshape work but it would be better to offer a clean way to define the classloaders.

introduce various classes of classloaders:

- Hibernate Search module classloader
- Application classloader

Or maybe it should rather be:

- entity classloader
- analyzer cla...