RE: How to configure lucene 4.x to read 3.x index files

2014-09-23 Thread Patrick Mi
Hi Robert/Uwe, I have tried v4.8 and v4.9 - not working either. V4.7.0, V4.7.1, v4.7.2 are good. Regards, Patrick -Original Message- From: Patrick Mi [mailto:patrick...@touchpoint.co.nz] Sent: Wednesday, 24 September 2014 12:24 p.m. To: 'java-user@lucene.apache.org' Subject:

RE: How to configure lucene 4.x to read 3.x index files

2014-09-23 Thread Patrick Mi
to configure lucene 4.x to read 3.x index files You should not have to configure anything. The exception should not happen: can I have this index to debug the issue? On Mon, Sep 22, 2014 at 11:07 PM, Patrick Mi wrote: > Hi there, > > I understood that Lucene V4 could read 3.x index

How to configure lucene 4.x to read 3.x index files

2014-09-22 Thread Patrick Mi
Hi there, I understood that Lucene V4 could read 3.x index files by configuring Lucene3xCodec but what exactly needs to be done here? I used DEMO code from V4.10.0 to generate v4 index files and could read them without problem. When I tried to read index files generated from V3 I got the followin