http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Nicola Buso [mailto:nb...@ebi.ac.uk]
> Sent: Wednesday, August 12, 2015 11:36 AM
> To: Uwe Schindler; java-user@lucene.apache.org
> Subject: Re: Strange Directory open exception
>
> Hi Uwe,
>
> th
Hi Uwe,
thanks for your reply. Do you have any planned date for 5.3?
Cheers,
Nicola
On Wed, 2015-08-12 at 11:23 +0200, Uwe Schindler wrote:
> Hi,
>
> this should be fixed in coming Lucene 5.3:
> https://issues.apache.org/jira/browse/LUCENE-6542
>
> The reason for this behavior is that we n
Hi,
this should be fixed in coming Lucene 5.3:
https://issues.apache.org/jira/browse/LUCENE-6542
The reason for this behavior is that we need to ensure that the directory
exists before we open it. For that it calls Files.createDirectories - which
requires write access. The fix only calls create