Thanks for the quick reply Uwe!
I opened https://issues.apache.org/jira/browse/LUCENE-7366 for this.
-Rob
On Thu, Jun 30, 2016 at 12:06 PM, Uwe Schindler wrote:
> Hi,
>
> I looked at the code: The FSDirectory passed to RAMDirectory could be
> changed to Directory easily. The additional check f
Hi,
I looked at the code: The FSDirectory passed to RAMDirectory could be changed
to Directory easily. The additional check for "not is a directory inode" is in
my opinion lo longer needed, because listFiles should only return files.
Can you open an issue about to change the FSDirectory in the