Jean-Marie Renouard
Jean-Marie Renouard
With docker install I get same error message
The code to patch is here. Search.java public static Analyzer getAnalyser() { try { Class clazz = Class.forName(ANALYSER_CLASS); return (Analyzer) clazz.newInstance(); } catch (Exception e) { throw new RuntimeException(e); }...
ok for me too.
Confirming this is solving this issue. uncomment first line in __init__.py
Pull request send to project.