Re: java.lang.IllegalArgumentException: Could not load codec 'Lucene62'. Did you forget to add lucene-backward-codecs.jar?

2019-06-06 Thread David Allouche
g my old index using the new pylucene, I get >> >>> Traceback (most recent call last): >>> ... >>> File "/home/user/jobaffinity/lib/luceneindex.py", line 58, in >>> create_lucene_index_maybe >>> writer = IndexWriter(directory, config)

Re: java.lang.IllegalArgumentException: Could not load codec 'Lucene62'. Did you forget to add lucene-backward-codecs.jar?

2019-06-04 Thread Andi Vajda
writer = IndexWriter(directory, config) lucene.JavaError: , > Java stacktrace: java.lang.IllegalArgumentException: Could not load codec 'Lucene62'. Did you forget to add lucene-backward-codecs.jar? at org.apache.lucene.index.SegmentInfos.readCodec(SegmentI

Re: java.lang.IllegalArgumentException: Could not load codec 'Lucene62'. Did you forget to add lucene-backward-codecs.jar?

2019-06-04 Thread Andi Vajda
(directory, config) lucene.JavaError: , > Java stacktrace: java.lang.IllegalArgumentException: Could not load codec 'Lucene62'. Did you forget to add lucene-backward-codecs.jar? at org.apache.lucene.index.SegmentInfos.readCodec(SegmentInfos.java:428) at org.apache.lucene.index.SegmentInf

Re: java.lang.IllegalArgumentException: Could not load codec 'Lucene62'. Did you forget to add lucene-backward-codecs.jar?

2019-06-04 Thread Andi Vajda
;> Java stacktrace: >> java.lang.IllegalArgumentException: Could not load codec 'Lucene62'. Did >> you forget to add lucene-backward-codecs.jar? >>at org.apache.lucene.index.SegmentInfos.readCodec(SegmentInfos.java:428) >>at org.apache.lucene.index.

java.lang.IllegalArgumentException: Could not load codec 'Lucene62'. Did you forget to add lucene-backward-codecs.jar?

2019-06-04 Thread David Allouche
r = IndexWriter(directory, config) > lucene.JavaError: , > > Java stacktrace: > java.lang.IllegalArgumentException: Could not load codec 'Lucene62'. Did you > forget to add lucene-backward-codecs.jar? > at org.apache.lucene.index.S