[
https://issues.apache.org/jira/browse/LUCENE-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902641#action_12902641
]
Simon Willnauer commented on LUCENE-2239:
-----------------------------------------
Good point Robert - instead of duplicating documentation we could recommend
users to read the implementation specific documentation before using
FSDirector#open().
something like that:
Currently this returns {...@link NIOFSDirectory} on non-Windows JREs and
{...@link SimpleFSDirectory} on Windows. Since these directory implementation
have slightly different behavior and limitations it is recommended to consult
the implementation specific documentation for the platform your application is
running on.
simon
> Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt
> ------------------------------------------------------------------------------
>
> Key: LUCENE-2239
> URL: https://issues.apache.org/jira/browse/LUCENE-2239
> Project: Lucene - Java
> Issue Type: Task
> Components: Store
> Affects Versions: 2.4, 2.4.1, 2.9, 2.9.1, 3.0
> Reporter: Simon Willnauer
> Assignee: Simon Willnauer
> Attachments: LUCENE-2239.patch, LUCENE-2239.patch
>
>
> I created this issue as a spin off from
> http://mail-archives.apache.org/mod_mbox/lucene-java-dev/201001.mbox/%[email protected]%3e
> We should decide what to do with NIOFSDirectory, if we want to keep it as the
> default on none-windows platforms and how we want to document this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]