Re: 3.0.3 Pre-Release Nuget Packages

2012-08-15 Thread Christopher Currens
Zachary, That is on its way in. Itamar said a few weeks ago he was planning on getting polygon support into the spatial module (I am assuming that this is the Geometry namespace). I'm unsure if it will make it into the official 3.0.3 release or it if it will be pushed back into a maintenance

Re: Lucene.Net 3.0.3 and medium trust

2012-08-14 Thread Christopher Currens
and see if the change fixes anything. Thanks, Christopher On Tue, Aug 14, 2012 at 8:21 AM, Christopher Currens currens.ch...@gmail.com wrote: It must be something we've missed, as we want to target medium trust locations in the future. I can't think of anything off the top of my head

[jira] [Created] (LUCENENET-500) Lucene fails to run in medium trust ASP.NET Application

2012-08-14 Thread Christopher Currens (JIRA)
Christopher Currens created LUCENENET-500: - Summary: Lucene fails to run in medium trust ASP.NET Application Key: LUCENENET-500 URL: https://issues.apache.org/jira/browse/LUCENENET-500 Project

[jira] [Resolved] (LUCENENET-500) Lucene fails to run in medium trust ASP.NET Application

2012-08-14 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-500. --- Resolution: Fixed Issue was in the WeakKeyT class in WeakDictionary.cs

Re: Lucene.Net 3.0.3 and medium trust

2012-08-14 Thread Christopher Currens
gave up before doing that. ;) Is there any use cases where we need to garbage collect attributes before the stream/attribute source is closed? Changing to a normal dictionary seems like a quick fix. // Simon On 2012-08-14 17:21, Christopher Currens wrote: It must be something we've

Re: Lucene.Net 3.0.3 and medium trust

2012-08-14 Thread Christopher Currens
created a medium trust app domain wasn't working. I had to create an ASP.NET project and give it medium trust to repro. I'm sure there's a way to do it, though. Thanks, Christopher On Tue, Aug 14, 2012 at 9:08 AM, Christopher Currens currens.ch...@gmail.com wrote: Inheriting from WeakReference

Re: Lucene.NET 3.0.3 Build issues

2012-08-13 Thread Christopher Currens
for the day job. It actually provides intellisense for JS inheritance so life is good. On Thu, Aug 9, 2012 at 1:43 AM, Christopher Currens currens.ch...@gmail.com wrote: It used to be that way. VS2012 is the first version that produces backwards compatible projects *and* solutions. There's

Re: Lucene.NET 3.0.3 Build issues

2012-08-08 Thread Christopher Currens
See inline comments. Thanks, Christopher On Wed, Aug 8, 2012 at 12:07 PM, Granroth, Neal V. neal.granr...@thermofisher.com wrote: I just pulled down the 3.0.3 branch from SVN and have encountered an initial problem with the VisualStudio solution file Lucene.Net.Core.sln in the VS2010

Re: Lucene.NET 3.0.3 Build issues

2012-08-08 Thread Christopher Currens
FYI - SVN has been updated with corrected VS2010 solutions and added VS2012 directory/solution files. On Wed, Aug 8, 2012 at 1:12 PM, Christopher Currens currens.ch...@gmail.com wrote: See inline comments. Thanks, Christopher On Wed, Aug 8, 2012 at 12:07 PM, Granroth, Neal V

Re: Lucene.NET 3.0.3 Build issues

2012-08-08 Thread Christopher Currens
Phone From: Christopher Currens Sent: 8/8/2012 1:35 PM To: lucene-net-dev@lucene.apache.org Subject: Re: Lucene.NET 3.0.3 Build issues Thanks for the feedback. Let us know if you run into any more issues/concerns. Thanks, Christopher On Wed, Aug 8, 2012

Re: Lucene.NET 3.0.3 Build issues

2012-08-08 Thread Christopher Currens
the proj files the same. On Wed, Aug 8, 2012 at 7:27 PM, Prescott Nasser geobmx...@hotmail.com wrote: Yes Sent from my Windows Phone From: Christopher Currens Sent: 8/8/2012 4:22 PM To: lucene-net-dev@lucene.apache.org Subject: Re: Lucene.NET 3.0.3

Re: Outstanding issues for 3.0.3

2012-08-01 Thread Christopher Currens
Subject: Re: Outstanding issues for 3.0.3 From: ita...@code972.com To: lucene-net-dev@lucene.apache.org Go ahead with contrib and tests, ill resume with core and coordinate further later On Jul 27, 2012 7:04 PM, Christopher Currens currens.ch...@gmail.com wrote: I've

Re: Outstanding issues for 3.0.3

2012-08-01 Thread Christopher Currens
on this? On Wed, Aug 1, 2012 at 9:31 AM, Itamar Syn-Hershko ita...@code972.comwrote: I agree What about the spatial stuff? you guys want to wait for it? On Wed, Aug 1, 2012 at 7:19 PM, Christopher Currens currens.ch...@gmail.com wrote: I think that while it would be nice to get it done

Re: Outstanding issues for 3.0.3

2012-07-27 Thread Christopher Currens
Itamar, Where do we stand on the clean up now? Is there anything in particular that you're doing that you'd like help with? I have some free time today and am eager to get this version released. Thanks, Christopher On Sat, Jul 21, 2012 at 1:02 PM, Prescott Nasser geobmx...@hotmail.comwrote:

Re: Outstanding issues for 3.0.3

2012-07-27 Thread Christopher Currens
take a bit more time, so it's really up to you guys (or we can open a vote for it). On Fri, Jul 27, 2012 at 6:35 PM, Christopher Currens currens.ch...@gmail.com wrote: Itamar, Where do we stand on the clean up now? Is there anything in particular that you're doing that you'd like help

[jira] [Resolved] (LUCENENET-480) Investigate what needs to happen to make both .NET 3.5 and 4.0 builds possible

2012-07-18 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-480. --- Resolution: Fixed This should be fixed now, there was an issue

[jira] [Commented] (LUCENENET-421) Segment files ocasionaly disappearing making index corrupted

2012-07-16 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13415388#comment-13415388 ] Christopher Currens commented on LUCENENET-421: --- Jackie Wong, are you

[jira] [Updated] (LUCENENET-480) Investigate what needs to happen to make both .NET 3.5 and 4.0 builds possible

2012-07-16 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-480: -- Fix Version/s: Lucene.Net 3.0.3 I'm merging it back into trunk now. I just

Re: Outstanding issues for 3.0.3

2012-07-09 Thread Christopher Currens
I've got it working, compiling and all test passing...The only caveat is that I'm not sure the best way to multi-target. It doesn't really work on a project level, so you'd have to create two separate projects, one for .NET 4 and the other for 3.5. To aid me, I wrote a small tool that creates

Re: Outstanding issues for 3.0.3

2012-07-09 Thread Christopher Currens
I can set a different build target, but I can't set the actual framework to 3.5 without doing it for all build configurations. On top of that, 3.5 needs System.Core to be referenced, which is done automatically in .NET 4 (I'm not sure if MSBuild v4 does it automatically?). I did kinda get it

Re: [VOTE] Apache Lucene.Net ready for graduation?

2012-07-08 Thread Christopher Currens
+1 On Sun, Jul 8, 2012 at 4:01 PM, Frank Yu fengj...@gmail.com wrote: +1 On Sun, Jul 8, 2012 at 12:23 PM, Petersen, Robert rober...@buy.com wrote: +1 Sent from my iPhone On Jul 8, 2012, at 12:22 PM, Stefan Bodewig bode...@apache.org wrote: On 2012-07-08, Prescott Nasser

[jira] [Resolved] (LUCENENET-484) Some possibly major tests intermittently fail

2012-06-22 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-484. --- Resolution: Fixed Thanks for your help with all of these Luc. Thanks

[jira] [Updated] (LUCENENET-484) Some possibly major tests intermittently fail

2012-06-22 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-484: -- Description: These tests will fail intermittently in Debug or Release mode

[jira] [Resolved] (LUCENENET-493) Make lucene.net culture insensitive (like the java version)

2012-06-22 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-493. --- Resolution: Fixed This should be fixed now. Added a test

[jira] [Updated] (LUCENENET-436) Refactor Deprecated Code inside of tests

2012-06-22 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-436: -- Affects Version/s: Lucene.Net 3.0.3 Fix Version/s

[jira] [Updated] (LUCENENET-434) Remove AnonymousXXXX classes to increase readablity

2012-06-22 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-434: -- Fix Version/s: (was: Lucene.Net 3.0.3) Lucene.Net 3.5

[jira] [Updated] (LUCENENET-467) .NETify the public API where appropriate

2012-06-22 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-467: -- Fix Version/s: (was: Lucene.Net 3.0.3) Lucene.Net 3.5

Outstanding issues for 3.0.3

2012-06-22 Thread Christopher Currens
I want to discuss the outstanding issues blocking a 3.0.3 release. I've already moved quite a few bugs to 3.5 that are too time-consuming or require too many changes to the code. It's fairly obvious that we wouldn't be able to finish them. Other more serious bugs, like the culture-sensitivity

Re: win phone 8

2012-06-20 Thread Christopher Currens
I wonder if it will still require IsolatedStorage. I would assume so? However, I would think that would only require creating a Directory type that used IsolatedStorage APIs, and added a check in FSDirectory.Open to return one of those if it's running on WP8. On Wed, Jun 20, 2012 at 10:47 AM,

[jira] [Commented] (LUCENENET-480) Investigate what needs to happen to make both .NET 3.5 and 4.0 builds possible

2012-06-20 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397690#comment-13397690 ] Christopher Currens commented on LUCENENET-480: --- Regarding the sorted

[jira] [Commented] (LUCENENET-480) Investigate what needs to happen to make both .NET 3.5 and 4.0 builds possible

2012-06-19 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397164#comment-13397164 ] Christopher Currens commented on LUCENENET-480: --- Change {{ISetT x = new

[jira] [Resolved] (LUCENENET-495) Use of DateTime.Now causes huge amount of System.Globalization.DaylightTime object allocations

2012-06-18 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-495. --- Resolution: Fixed Use of DateTime.Now causes huge amount

[jira] [Updated] (LUCENENET-493) Make lucene.net culture insensitive (like the java version)

2012-06-18 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-493: -- Attachment: UpdatedLocalizedTestCase.patch I've updated LocalizedTestCase

[jira] [Commented] (LUCENENET-480) Investigate what needs to happen to make both .NET 3.5 and 4.0 builds possible

2012-06-17 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13393610#comment-13393610 ] Christopher Currens commented on LUCENENET-480: --- I would feel most

[jira] [Commented] (LUCENENET-337) TokenAttribute for Selectively Including Tokens in Length Norm

2012-06-17 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13393615#comment-13393615 ] Christopher Currens commented on LUCENENET-337: --- I'm unsure about

[jira] [Commented] (LUCENENET-495) Use of DateTime.Now causes huge amount of System.Globalization.DaylightTime object allocations

2012-06-17 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13393624#comment-13393624 ] Christopher Currens commented on LUCENENET-495: --- Yeah, I noticed that new

[jira] [Commented] (LUCENENET-495) Use of DateTime.Now causes huge amount of System.Globalization.DaylightTime object allocations

2012-06-17 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13393631#comment-13393631 ] Christopher Currens commented on LUCENENET-495: --- I did fix the thread

Re: svn commit: r1351173 - in /incubator/lucene.net/trunk/src/core: ./ Index/ Search/ Store/ Support/

2012-06-17 Thread Christopher Currens
It should have been removed and not just commented out. This should not be obsolete in this case, because it's inheriting from System.IO.TextReader, and it's not obsoleted in the BCL. Any Close() defined in the Lucene.NET library should be marked as obsolete, though. On Sun, Jun 17, 2012 at

Re: Lets talk graduation

2012-06-15 Thread Christopher Currens
Thanks Prescott. I noticed that we need to elect someone as Chair/VP for the project, someone to be a representative for our collective PMC to the board. Unless I'm mistaken, the job entails the quarterly report to the board and communication with the board when a new PMC member is added or the

Re: svn commit: r1350178 - /incubator/lucene.net/trunk/src/core/Store/FSDirectory.cs

2012-06-14 Thread Christopher Currens
That comment is correct. We don't have support for NIOFSDirectory in .NET (and the JVM support for it in windows has a major bug). We also don't support MMapDirectory, because we haven't bothered to support it yet. I think digy ported it once, but it didn't add any speed benefits, and was

Re: Corrupt index

2012-06-14 Thread Christopher Currens
on process kill. I'll try to come up with a better way to reproduce this - hopefully Mike will be able to suggest better ways than manual process kill... On Thu, Jun 14, 2012 at 1:41 AM, Christopher Currens currens.ch...@gmail.com wrote: Mike, The codebase for lucene.net should be almost

Re: Lets talk graduation

2012-06-14 Thread Christopher Currens
I've gone back and forth on whether I think we're ready for graduation or not. I had always felt like we weren't because the project isn't as active as I'd like it to be. However, I think I've been looking at it wrong. We've got a good enough process and we *have* made progress. If anything,

Re: Releasing 3.0.3

2012-06-14 Thread Christopher Currens
I can't guarantee that the code is 100% in compliance with java 3.0.3. All changes that could be ported have been ported in core and most contrib projects. There are a few things that should at least be discussed regarding the compatibility in core: Occur (BooleanClause) in java is converted to

[jira] [Resolved] (LUCENENET-490) QueryParser is culture-sensitive

2012-06-14 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-490. --- Resolution: Fixed That is how it used to be. I believe I caused

[jira] [Commented] (LUCENENET-480) Investigate what needs to happen to make both .NET 3.5 and 4.0 builds possible

2012-06-14 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13295239#comment-13295239 ] Christopher Currens commented on LUCENENET-480: --- I'm assuming we're going

Re: Corrupt index

2012-06-13 Thread Christopher Currens
Mike, The codebase for lucene.net should be almost identical to java's 3.0.3 release, and LUCENE-1044 is included in that. Itamar, are you committing the index regularly? I only ask because I can't reproduce it myself by forcibly terminating the process while it's indexing. I've tried both

[jira] [Commented] (LUCENENET-493) Make lucene.net culture insensitive (like the java version)

2012-06-11 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13293189#comment-13293189 ] Christopher Currens commented on LUCENENET-493: --- This is rather annoying

[jira] [Updated] (LUCENENET-490) QueryParser is culture-sensitive

2012-06-07 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-490: -- Fix Version/s: Lucene.Net 3.0.3 QueryParser is culture-sensitive

[jira] [Commented] (LUCENENET-484) Some possibly major tests intermittently fail

2012-05-31 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13286699#comment-13286699 ] Christopher Currens commented on LUCENENET-484: --- Thanks Luc

[jira] [Updated] (LUCENENET-484) Some possibly major tests intermittently fail

2012-05-31 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-484: -- Description: These tests will fail intermittently in Debug or Release mode

Re: Metro port of Lucene.net

2012-05-30 Thread Christopher Currens
To clarify, that list is not everything missing from .NET for Metro, but rather the types in the 637 errors I found trying to compile lucene. On Wed, May 30, 2012 at 9:50 AM, Christopher Currens currens.ch...@gmail.com wrote: This MSDN page has some good information on it: http

Re: Metro port of Lucene.net

2012-05-30 Thread Christopher Currens
This MSDN page has some good information on it: http://msdn.microsoft.com/en-us/library/windows/apps/br230302(v=vs.110).aspx, though it's comprehensive, and not concise. This here: http://msdn.microsoft.com/en-us/library/windows/apps/br230232(v=vs.110).aspx is a listing of all the available

Re: Plans for Hunspell integration (and: How do I build the trunk?)

2012-05-29 Thread Christopher Currens
Simon, build commit all release should work. However, we have one or two issues with our current trunk state, as you can see. It looks like an obsolete method was removed in IndexReader, but not all tests/projects compiled and run before it was committed. Not a huge issue at all, since you've

Re: Plans for Hunspell integration (and: How do I build the trunk?)

2012-05-29 Thread Christopher Currens
I can't reproduce the failed tests in TestQueryParser.TestWildCard. Works for me in both debug and release builds, running via R# and Gallio. On Tue, May 29, 2012 at 10:45 AM, Prescott Nasser geobmx...@hotmail.comwrote: my intentions to move this code into contrib, which brings the first of

Re: Welcome Itamar Syn-Hershk​o as a new committer

2012-05-22 Thread Christopher Currens
Welcome, Itamar! Glad to have you aboard. Thanks, Christopher On Tue, May 22, 2012 at 3:21 PM, Digy digyd...@gmail.com wrote: Welcome Itamar! DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Wednesday, May 23, 2012 12:06 AM To:

[jira] [Commented] (LUCENENET-484) Some possibly major tests intermittently fail

2012-04-27 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13264032#comment-13264032 ] Christopher Currens commented on LUCENENET-484: --- Some of the tests I can

Re: cms

2012-04-23 Thread Christopher Currens
I'll take a look at it. On Mon, Apr 23, 2012 at 1:28 PM, Prescott Nasser geobmx...@hotmail.comwrote: If anyone is familiar with the CMS, something happened to the download page (formatting is screwed up), but it's exactly like the other pages. I could use another pair of eyes on it. ~P

Re: Spatial contrib bug fixing

2012-04-23 Thread Christopher Currens
It's in a weird place. And for the 3.0.3 version, its easiest to find the code in the tags, rather than branches. http://svn.apache.org/viewvc/lucene/java/tags/lucene_3_0_3/contrib/misc/src/java/org/apache/lucene/misc/ On Mon, Apr 23, 2012 at 2:20 PM, Prescott Nasser

[jira] [Updated] (LUCENENET-485) IndexOutOfRangeException in FrenchStemmer

2012-04-17 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-485: -- Attachment: TestFrenchAnalyzer.cs.patch Here's a patch for tests

[jira] [Updated] (LUCENENET-483) Spatial Search skipping records when one location is close to origin, another one is away and radius is wider

2012-04-16 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-483: -- Fix Version/s: Lucene.Net 3.0.3 Spatial Search skipping records when

Re: user feedback on 3.0.3

2012-04-13 Thread Christopher Currens
it out easily. It would also be nice if people could find bugs we could fix before releasing it. Actually, it would be nice if people knew there was a 3.0.3 version coming out. So, I say go for it. Thanks, Christopher On Thu, Apr 12, 2012 at 6:14 PM, Christopher Currens currens.ch...@gmail.com

[jira] [Created] (LUCENENET-484) Some possibly major tests intermittently fail

2012-04-13 Thread Christopher Currens (Created) (JIRA)
Core, Lucene.Net Test Affects Versions: Lucene.Net 3.0.3 Reporter: Christopher Currens Fix For: Lucene.Net 3.0.3 These tests will fail intermittently in Debug or Release mode, in the core test suite: # Lucene.Net.Index

[jira] [Updated] (LUCENENET-484) Some possibly major tests intermittently fail

2012-04-13 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-484: -- Description: These tests will fail intermittently in Debug or Release mode

[jira] [Commented] (LUCENENET-470) Change Getxxx() and Setxxx() methods to .NET Properties

2012-04-08 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13249624#comment-13249624 ] Christopher Currens commented on LUCENENET-470: --- I understand your

[jira] [Resolved] (LUCENENET-481) Port Contrib.MemoryIndex

2012-04-06 Thread Christopher Currens (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-481. --- Resolution: Fixed I hope you don't mind, but I had so much free time

[jira] [Commented] (LUCENENET-482) Lucene out of Memory issue

2012-03-28 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13240232#comment-13240232 ] Christopher Currens commented on LUCENENET-482: --- The compiled binaries

[jira] [Commented] (LUCENENET-481) Port Contrib.MemoryIndex

2012-03-26 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238661#comment-13238661 ] Christopher Currens commented on LUCENENET-481: --- If you're talking about

[jira] [Created] (LUCENENET-480) Investigate what needs to happen to make both .NET 3.5 and 4.0 builds possible

2012-03-23 Thread Christopher Currens (Created) (JIRA)
: Lucene.Net Issue Type: Task Components: Lucene.Net Contrib, Lucene.Net Core, Lucene.Net Demo, Lucene.Net Test Affects Versions: Lucene.Net 2.9.4g, Lucene.Net 2.9.4, Lucene.Net 3.0.3 Reporter: Christopher Currens We need to investigate what needs to be done

[jira] [Closed] (LUCENENET-472) Operator == on Parameter does not check for null arguments

2012-03-23 Thread Christopher Currens (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens closed LUCENENET-472. - Resolution: Fixed Fix Version/s: Lucene.Net 3.0.3 Equals wasn't

[jira] [Commented] (LUCENENET-463) Would like to be able to use a SimpleSpanFragmenter for extrcting whole sentances

2012-03-23 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13237204#comment-13237204 ] Christopher Currens commented on LUCENENET-463: --- I pushed some changes

[jira] [Closed] (LUCENENET-479) QueryParser.SetEnablePositionIncrements(false) doesn't work

2012-03-22 Thread Christopher Currens (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens closed LUCENENET-479. - Resolution: Fixed This was fixed along with re-porting the parser

[jira] [Closed] (LUCENENET-466) optimisation for the GermanStemmer.vb‏

2012-03-22 Thread Christopher Currens (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens closed LUCENENET-466. - Resolution: Fixed I've added a new stemmer in trunk called GermanDIN2Stemmer

[jira] [Updated] (LUCENENET-476) ScoreDocs in TopDocs is ambiguos when using Visual Basic .Net

2012-03-19 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-476: -- Issue Type: Bug (was: Sub-task) Parent: (was: LUCENENET-446

Re: Lucene 3.0.3 Similiarity

2012-03-03 Thread Christopher Currens
Similarity is in a weird spot in the java repo: http://svn.apache.org/viewvc/lucene/java/tags/lucene_3_0_3/contrib/queries/src/java/org/apache/lucene/search/ On Sat, Mar 3, 2012 at 1:00 PM, Prescott Nasser geobmx...@hotmail.comwrote: Should we remove this? It looks like it's not part of the

[Lucene.Net] Official stance on API changes between major versions

2012-02-24 Thread Christopher Currens
A bit of background about what I've been doing lately on the project. Because we've now confirmed that the .NET 3.0.3 branch is a completed port of Java 3.0.3 version, I've been spending time trying to work on some of the bugs and improvements that are assigned to this version. There wasn't any

[Lucene.Net] [jira] [Commented] (LUCENENET-468) Implement the Dispose pattern properly in classes with Close

2012-02-19 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13211301#comment-13211301 ] Christopher Currens commented on LUCENENET-468: --- Pretty much all classes

Re: [Lucene.Net] Blog Setup

2012-02-15 Thread Christopher Currens
15, 2012 at 10:45 AM, Christopher Currens currens.ch...@gmail.com wrote: Erg. Was it related to the whole documentation thing? I'm pretty sure it's frowned upon for our documentation to break SVN every time we do a release, so we should probably figure out a solution for that. :P

Re: [Lucene.Net] Blog Setup

2012-02-15 Thread Christopher Currens
it wouldn't bomb ASF's infrastructure. I agree with Prescott that long term, using SVN for this is just not gonna work out. Docs do change quickly. -T On Wed, Feb 15, 2012 at 11:18 AM, Christopher Currens currens.ch...@gmail.com wrote: That's similar to a suggestion Stefan made in another

Re: [Lucene.Net] 3.0.3

2012-02-12 Thread Christopher Currens
into trunk? There are only a few issues regarding .NET-ification that I think are blocking a 3.0.3 release. Thanks, Christopher On Sun, Feb 5, 2012 at 11:46 AM, Christopher Currens currens.ch...@gmail.com wrote: 2653, 2055, 2776, 2732, 2688, 2616, 2524, 2398, 2284, 2278, 2277, and 2249

Re: [Lucene.Net] 3.0.3

2012-02-05 Thread Christopher Currens
I can only guarantee that these 31 bugs here (in the 3.0.3 version): https://svn.apache.org/repos/asf/lucene/java/tags/lucene_3_0_3/CHANGES.txt are part of the code. I mean, it's possible that other's are, but we'd really need to check the others listed there to be sure that they are also

Re: [Lucene.Net] 3.0.3

2012-02-05 Thread Christopher Currens
as part of that changeset. I'm basing that on the fact that the last time these bugs were updated was Dec 1st 2010, which was before the code was released. However, we should still check to make sure. Thanks, Christopher On Sun, Feb 5, 2012 at 11:37 AM, Christopher Currens currens.ch...@gmail.com

Re: [Lucene.Net] 3.0.3

2012-01-24 Thread Christopher Currens
The source that this port was done from was the java release package. If you go to the mirrors: http://www.apache.org/dyn/closer.cgi/lucene/java/ you'll see that they have a 3.0.3 folder with a downloadable source zip. There are additional thoughts I wrote down while working on it here:

Re: [Lucene.Net] 3.0.3

2012-01-24 Thread Christopher Currens
I think CLS compatibility, in terms of types, is less important than naming. CLS compliance all while keeping the index format seems like a pretty big challenge for us to do at this point. I had worked *very little* on CLS compliance, it was mostly fixing TopDocs and some other small name

[Lucene.Net] [jira] [Updated] (LUCENENET-446) Make Lucene.Net CLS Compliant

2012-01-23 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-446: -- Fix Version/s: Lucene.Net 3.0.3 Make Lucene.Net CLS Compliant

[Lucene.Net] [jira] [Updated] (LUCENENET-439) Correctly Rethrow exceptions in C#

2012-01-23 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-439: -- Fix Version/s: Lucene.Net 3.0.3 Correctly Rethrow exceptions in C

[Lucene.Net] [jira] [Commented] (LUCENENET-372) NLS pack for Lucene.NET: BR, CJK, CN, CZ, DE, FR, NL, RU analyzers

2012-01-23 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13191896#comment-13191896 ] Christopher Currens commented on LUCENENET-372: --- All of this code has

[Lucene.Net] [jira] [Commented] (LUCENENET-463) Would like to be able to use a SimpleSpanFragmenter for extrcting whole sentances

2012-01-23 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13191897#comment-13191897 ] Christopher Currens commented on LUCENENET-463: --- This is, at least, on my

[Lucene.Net] [jira] [Updated] (LUCENENET-463) Would like to be able to use a SimpleSpanFragmenter for extrcting whole sentances

2012-01-23 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-463: -- Fix Version/s: Lucene.Net 3.0.3 Would like to be able to use

[Lucene.Net] [jira] [Updated] (LUCENENET-436) Refactor Deprecated Code inside of tests

2012-01-23 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-436: -- Fix Version/s: Lucene.Net 3.0.3 This is a nice to have for the 3.x release

[Lucene.Net] [jira] [Updated] (LUCENENET-423) QueryParser differences between Java and .NET when parsing range queries involving dates

2012-01-23 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-423: -- Fix Version/s: Lucene.Net 3.0.3 Summary: QueryParser differences

[Lucene.Net] [jira] [Updated] (LUCENENET-179) SnowballFilter speed improvment

2012-01-23 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-179: -- Fix Version/s: Lucene.Net 3.0.3 I haven't looked at the code, but I'm

[Lucene.Net] [jira] [Created] (LUCENENET-467) .NETify the public API where appropriate

2012-01-23 Thread Christopher Currens (Created) (JIRA)
Contrib, Lucene.Net Core Affects Versions: Lucene.Net 2.9.4, Lucene.Net 2.9.2, Lucene.Net 3.0.3, Lucene.Net 2.9.4g Environment: all Reporter: Christopher Currens Fix For: Lucene.Net 3.0.3 Although we haven't abandoned the line-by-line port of Java lucene

[Lucene.Net] [jira] [Created] (LUCENENET-468) Implement the Dispose pattern properly in classes with Close

2012-01-23 Thread Christopher Currens (Created) (JIRA)
Components: Lucene.Net Contrib, Lucene.Net Core, Lucene.Net Demo, Lucene.Net Test Affects Versions: Lucene.Net 2.9.4, Lucene.Net 2.9.2, Lucene.Net 3.0.3, Lucene.Net 2.9.4g Environment: all Reporter: Christopher Currens Fix For: Lucene.Net 3.0.3

[Lucene.Net] [jira] [Created] (LUCENENET-469) Convert Java Iterator classes to implement IEnumerableT

2012-01-23 Thread Christopher Currens (Created) (JIRA)
Components: Lucene.Net Contrib, Lucene.Net Core Affects Versions: Lucene.Net 2.9.4, Lucene.Net 3.0.3, Lucene.Net 2.9.4g Environment: all Reporter: Christopher Currens Fix For: Lucene.Net 3.0.3 The Iterator pattern in Java is equivalent to IEnumerable in .NET

[Lucene.Net] [jira] [Updated] (LUCENENET-468) Implement the Dispose pattern properly in classes with Close

2012-01-23 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-468: -- Description: Implement the dispose pattern as [suggested here|http

[Lucene.Net] [jira] [Created] (LUCENENET-470) Change Getxxx() and Setxxx() methods to .NET Properties

2012-01-23 Thread Christopher Currens (Created) (JIRA)
Components: Lucene.Net Contrib, Lucene.Net Core Affects Versions: Lucene.Net 2.9.4, Lucene.Net 3.0.3, Lucene.Net 2.9.4g Environment: all Reporter: Christopher Currens Fix For: Lucene.Net 3.0.3 We should use .NET properties where ever possible. There are many

Re: [Lucene.Net] removing .html files

2012-01-23 Thread Christopher Currens
They are artifacts from java-doc. Package is for package specific comments and overview is filled with comments about multiple packages. We can remove them, we don't have any need for them. Thanks, Christopher On Mon, Jan 23, 2012 at 11:07 PM, Prescott Nasser geobmx...@hotmail.comwrote:

[Lucene.Net] Coding Standards

2012-01-23 Thread Christopher Currens
All, I just wanted to confirm everyone's stance on the coding guidelines listed in the wiki. https://cwiki.apache.org/confluence/display/LUCENENET/Coding+Guidelines Are these the official guidelines we are using? If they are, has anyone who has Resharper already created rules so others don't

[Lucene.Net] [jira] [Commented] (LUCENENET-465) Error indexing a document end Filed.Store.COMPRESS

2012-01-23 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13191975#comment-13191975 ] Christopher Currens commented on LUCENENET-465: --- It looks by the issue

[Lucene.Net] [jira] [Commented] (LUCENENET-54) ArgumentOurOfRangeException caused by SF.Snowball.Ext.DanishStemmer

2012-01-21 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13190345#comment-13190345 ] Christopher Currens commented on LUCENENET-54: -- This affected DanishStemmer

  1   2   >