On Wed, Feb 4, 2015 at 4:03 AM, Uwe Schindler <[email protected]> wrote:
> The question is now: Do we really intend to create the directory in Lucene 5 > ? What about opening an IndexReader on a non-existent directory on a > read-only filesystem? I know that Robert added this to make > path.getRealPath() to work correctly? > > I just want to discuss this before we release 5.0. To me it sounds wrong to > create the directory in the constructor... > Please dont call this a bug until you understand why the change was made. Please, read the behavior of getCanonicalPath and understand exactly why and how it fails: and its this nonexistent case. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
