[ 
https://issues.apache.org/jira/browse/LUCENE-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902622#action_12902622
 ] 

Robert Muir commented on LUCENE-2239:
-------------------------------------

Additionally i noticed that several quirks in the implementations (NIOFS, MMap, 
etc) are mentioned in FSDirectory's javadocs.

This is something to consider: unless someone really digs thru the 
documentation, they might think they dont care about
SimpleFS versus NIOFS and stick with FSDirectory.open.

Then their application might work on windows (perhaps while being developed) 
but fail on unix (perhaps in production).
So it might be nice to put a small mention in the FSDirectory docs too.


> 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]

Reply via email to