CLucene 2.3.2 trouble in Codeblocks when read directory with Lucene 2.9 index format

113 Views Asked by At

(my) CLucene version is 2.3.3

(client) Lucene files index format is 2.9.1

at this point there is an error:

IndexReader* reader = IndexReader::open(index);

error: screenshot

tell me how I can get around the current error, incompatible versions of Lucene?

Luke...?

0

There are 0 best solutions below