Re: JSPWiki search broken? (Could not load codec 'Lucene80'. Did you forget to add lucene-backward-codecs.jar?)

2020-02-23 Thread Juan Pablo Santos Rodríguez
Hi Harry, that Lucene80 constant is suspicious, as it means you're somehow relying on the Lucene 8.0 codec to do the indexing, and the end of the stacktrace is telling that you only have available Lucene 8.4(.1), which is what JSPWiki bundles. IIRC, on previous versions of Lucene you had to

JSPWiki search broken? (Could not load codec 'Lucene80'. Did you forget to add lucene-backward-codecs.jar?)

2020-02-23 Thread Harry Metske
Hi, I noticed that my jspwiki search is broken, see below stacktrace. Adding lucene-backward-codecs.jar to the pom.xml, rebuilding and redeploying fixes the problem. I think it was broken a few versions earlier already, should we add that dependency? cheers, Harry 2020-02-23 14:49:33,077 INFO