Re: [Lucene.Net] 2.9.4

2011-09-07 Thread digy digy
You are right. I forgot to add a patch related with type-casting. Summary of the long story: Since CharArraySet inherits from Hashtable, some unimplemented methods such as Add(object,object) refer to the base class(Hashtable) which is wrong. Also calling GetEnumerator() using the System.Collecti

Re: [Lucene.Net] 2.9.4

2011-09-07 Thread Itamar Syn-Hershko
What version is going to make it to nuget? 2.9.4 or 2.9.4g? 2011/9/7 digy digy > You are right. I forgot to add a patch related with type-casting. > > Summary of the long story: > > Since CharArraySet inherits from Hashtable, some unimplemented methods such > as Add(object,object) refer to the b

Re: [Lucene.Net] 2.9.4

2011-09-07 Thread Itamar Syn-Hershko
Ok, core compiles, and all tests pass. We are now running long tests to measure memory usage among other things. There is one show stopper tho. There was a patch sent by Matt Warren for Spatial.Net, that doesn't seem to be in. See http://groups.google.com/group/ravendb/msg/7517f095810c48f3 Any ch

Re: [Lucene.Net] 2.9.4

2011-09-07 Thread digy digy
Since it includes some level of divergence from java I committed it to only 2.9.4g branch. https://issues.apache.org/jira/browse/LUCENE-1930 https://issues.apache.org/jira/browse/LUCENENET-431 DIGY On Wed, Sep 7, 2011 at 1:03 PM, Itamar Syn-Hershko wrote: > Ok, core compiles, and all tests pass

Re: [Lucene.Net] 2.9.4

2011-09-07 Thread Michael Herndon
> What version is going to make it to nuget? 2.9.4 or 2.9.4g? ooo totally forgot about nuget. we definitely need to get that setup. On Wed, Sep 7, 2011 at 6:46 AM, digy digy wrote: > Since it includes some level of divergence from java I committed it to only > 2.9.4g branch. > > https://issues.

Re: [Lucene.Net] 2.9.4

2011-09-07 Thread Itamar Syn-Hershko
I see. It is merely a bug fix, and we would be happy to see it in 2.9.4 too - so we can get it from nuget instead of forking it On Wed, Sep 7, 2011 at 1:46 PM, digy digy wrote: > Since it includes some level of divergence from java I committed it to only > 2.9.4g branch. > > https://issues.apach