[jira] [Commented] (LUCENENET-457) Lucene locks directory with index after network related problems

2012-06-12 Thread Pavel Belousov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294184#comment-13294184 ] Pavel Belousov commented on LUCENENET-457: -- We've alveady developed some addit

Corrupt index

2012-06-12 Thread Itamar Syn-Hershko
Hi Java devs, I'm a Lucene.Net committer, and there is a chance we have a bug in our FSDirectory implementation that causes indexes to get corrupted when indexing is cut while the IW is still open. As it roots from some retroactive fixes you made, I'd appreciate your feedback. Correct me if I'm w

[jira] [Commented] (LUCENENET-457) Lucene locks directory with index after network related problems

2012-06-12 Thread Itamar Syn-Hershko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13293985#comment-13293985 ] Itamar Syn-Hershko commented on LUCENENET-457: -- I think having the write.l

[jira] [Commented] (LUCENENET-438) replace java doc notation with ms style xml comments notation.

2012-06-12 Thread Itamar Syn-Hershko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13293983#comment-13293983 ] Itamar Syn-Hershko commented on LUCENENET-438: -- This should be made by a t

Re: New Spatial module checked in

2012-06-12 Thread Itamar Syn-Hershko
I'm going to make all parsing stuff in the spatial module use InvariantCulture, this way we can make sure we know exactly what format to expect the shapes to be in On Wed, May 30, 2012 at 8:30 PM, Simon Svensson wrote: > You're closing the reader in SpatialTestCase.TearDown(), while > SpecialTes