[Lucene.Net] [jira] [Created] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Andy Twidle (JIRA)
ParallelMultiSearcher threads don't handle all exceptions - Key: LUCENENET-442 URL: https://issues.apache.org/jira/browse/LUCENENET-442 Project: Lucene.Net Issue Type: Bug Com

[Lucene.Net] [jira] [Updated] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-442: --- Fix Version/s: Lucene.Net 2.9.4g Lucene.Net 2.9.4 > ParallelMultiSearcher threads don't

[Lucene.Net] [jira] [Updated] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-442: --- Attachment: LUCENENET-442.patch Thanks Andy. Nice catch. I prepared a patch for 2.9.4g and will commit to

[Lucene.Net] 2.9.4

2011-09-05 Thread Prescott Nasser
Hey All, How do people feel about the 2.9.4 code base? I've been using it for sometime, for my use cases it's be excellent. Do we feel we are ready to package this up and make it an official release? Or do we have some tasks left to take care of? ~Prescott

[Lucene.Net] [jira] [Resolved] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-442. Resolution: Fixed Assignee: Digy Fixed for 2.9.4 & 2.9.4g > ParallelMultiSearcher threads don't h

RE: [Lucene.Net] 2.9.4

2011-09-05 Thread Digy
There is an issue still open(LUCENENET-414) related with StopWords. DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Monday, September 05, 2011 9:22 PM To: lucene-net-dev@lucene.apache.org; lucene-net-u...@lucene.apache.org Subject: [Lucene.Net] 2.9.4

[Lucene.Net] [jira] [Updated] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Andy Twidle (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Twidle updated LUCENENET-442: -- Description: The ParallelMultiSearcher doesn't allow non-IOException exceptions thrown by i

[Lucene.Net] [jira] [Commented] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Andy Twidle (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097245#comment-13097245 ] Andy Twidle commented on LUCENENET-442: --- Fantastic, thanks Digy! > ParallelMulti

Re: [Lucene.Net] [jira] [Resolved] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread x...@mail.ru
It looks to me that same problem exists in lucene java source. Do you think it is a bug in lucene java? Do you know any java lucene JIRA cases or users complains related with same issue? Andrei On 05.09.2011 22:36, Digy (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENENET-

[Lucene.Net] [jira] [Commented] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread x...@mail.ru (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097299#comment-13097299 ] x...@mail.ru commented on LUCENENET-442: It looks to me that same problem exis

Re: [Lucene.Net] 2.9.4

2011-09-05 Thread Matt Warren
If you want to test it against a large project you could take a look at how RavenDB uses it? At the moment it's using 2.9.2 ( https://github.com/ayende/ravendb/tree/master/SharedLibs/Sources/Lucene2.9.2) but if you were to recompile it against 2.9.4 and check that all it's unit-tests still run tha

[Lucene.Net] [jira] [Commented] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097312#comment-13097312 ] Digy commented on LUCENENET-442: The critical case in .NET is that a not-handled except

[Lucene.Net] [jira] [Commented] (LUCENENET-414) The definition of CharArraySet is dangerously confusing and leads to bugs when used.

2011-09-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097325#comment-13097325 ] Digy commented on LUCENENET-414: I think the simplest solution for 2.9.4 will be adding

RE: [Lucene.Net] 2.9.4

2011-09-05 Thread Digy
To avoid misunderstanding... Community==all Lucene.Net users DIGY -Original Message- From: Digy [mailto:digyd...@gmail.com] Sent: Monday, September 05, 2011 11:46 PM To: 'lucene-net-dev@lucene.apache.org' Subject: RE: [Lucene.Net] 2.9.4 Not bad idea, but I would prefer community's feed

RE: [Lucene.Net] 2.9.4

2011-09-05 Thread Prescott Nasser
Yeah, I looked at it as 2.9.4 has been around a while, I've been using it for a while, and I assume others have as well, and we haven't had any complaints (few exceptions). I hope people aren't waiting for a "last call" to provide feedback. It should be continous. When it dies down, I assu

Re: [Lucene.Net] 2.9.4

2011-09-05 Thread Itamar Syn-Hershko
Not a problem, we will test RavenDB on a separate branch, also for potential memory leaks Digy, can you make sure the github mirror contains an updated 2.9.4 tag I can pull from, which includes the latest ThreadLocal fix + the strongly signed patch applied to it? 2011/9/6 Digy > To avoid misund