[jira] Commented: (LUCENENET-288) Function.TestCustomScoreQuery

2009-11-18 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779810#action_12779810 ] Michael Garski commented on LUCENENET-288: -- Getting closer... The issue is cau

RE: svn commit: r881850 - /incubator/lucene.net/trunk/C#/src/Test/QueryParser/TestQueryParser.cs

2009-11-18 Thread George Aroush
Hi Everyone, Just a small nit-picking here. Patches should be to fix issues, and nothing more. There is no need to bring in additional comments or code that don't exists in the Java Lucene world _unless_ if the comment and code is to explain behavior difference between the two languages, or e

[jira] Commented: (LUCENENET-288) Function.TestCustomScoreQuery

2009-11-18 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779781#action_12779781 ] Michael Garski commented on LUCENENET-288: -- A little more digging into this...

[jira] Created: (LUCENENET-288) Function.TestCustomScoreQuery

2009-11-18 Thread Michael Garski (JIRA)
Function.TestCustomScoreQuery - Key: LUCENENET-288 URL: https://issues.apache.org/jira/browse/LUCENENET-288 Project: Lucene.Net Issue Type: Bug Reporter: Michael Garski Three of the tests in TestCust

[jira] Updated: (LUCENENET-287) TestIndexWriterReader.TestUpdateDocument

2009-11-18 Thread Andrei Iliev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Iliev updated LUCENENET-287: --- Description: SegmentInfos is derived from ArrayList. So Equals and GetHashCode should be

[jira] Updated: (LUCENENET-286) IndexWrtier Tests

2009-11-18 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Garski updated LUCENENET-286: - Attachment: LUCENENET-286.patch Just a few changes to the test itself: 1) Mark MakeLo

[jira] Created: (LUCENENET-287) TestIndexWriterReader.TestUpdateDocument

2009-11-18 Thread Andrei Iliev (JIRA)
TestIndexWriterReader.TestUpdateDocument -- Key: LUCENENET-287 URL: https://issues.apache.org/jira/browse/LUCENENET-287 Project: Lucene.Net Issue Type: Bug Reporter: Andrei Iliev

[jira] Updated: (LUCENENET-287) TestIndexWriterReader.TestUpdateDocument

2009-11-18 Thread Andrei Iliev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Iliev updated LUCENENET-287: --- Attachment: SegmentInfos.patch > TestIndexWriterReader.TestUpdateDocument >

[jira] Created: (LUCENENET-286) IndexWrtier Tests

2009-11-18 Thread Michael Garski (JIRA)
IndexWrtier Tests - Key: LUCENENET-286 URL: https://issues.apache.org/jira/browse/LUCENENET-286 Project: Lucene.Net Issue Type: Bug Reporter: Michael Garski There are a two tests still failing in TestIndexWriter

[jira] Commented: (LUCENENET-285) Problem with "CurrentCulture"

2009-11-18 Thread Nicholas Paldino (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779664#action_12779664 ] Nicholas Paldino commented on LUCENENET-285: The ToString equivalents in Jav

[jira] Commented: (LUCENENET-284) java vs .Net GetHashCode and Equals for ArrayList

2009-11-18 Thread Andrei Iliev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779663#action_12779663 ] Andrei Iliev commented on LUCENENET-284: Thanks Nicholas for comments. My comme

[jira] Resolved: (LUCENENET-275) TestTokenStreamBWComp issue with 2.9.1

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-275. Resolution: Fixed patch committed. > TestTokenStreamBWComp issue with 2.9.1 > -

[jira] Created: (LUCENENET-285) Problem with "CurrentCulture"

2009-11-18 Thread Digy (JIRA)
Problem with "CurrentCulture" - Key: LUCENENET-285 URL: https://issues.apache.org/jira/browse/LUCENENET-285 Project: Lucene.Net Issue Type: Bug Reporter: Digy Hi Folks, There is a bug in utilizing T

RE: TestDateRange and TestLegacyDateRange - Do they pass in Java, if so, how?

2009-11-18 Thread Michael Garski
Hmmm... I am uncomfortable changing the query under the covers inside the QueryParser as it diverges from the behavior in the Java version for what amounts to the same query expressed in a different manner. When Lucene.Net 'diverges' from the Java version to be made more '.net-like', I see that a

[jira] Commented: (LUCENENET-284) java vs .Net GetHashCode and Equals for ArrayList

2009-11-18 Thread Nicholas Paldino (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779599#action_12779599 ] Nicholas Paldino commented on LUCENENET-284: A few things here. - Collectio

RE: TestDateRange and TestLegacyDateRange - Do they pass in Java, if so, how?

2009-11-18 Thread Nicholas Paldino [.NET/C# MVP]
Michael, Thanks for the response. It's somewhat of a moot point now, as the error in the test was something else entirely, but it seems that Lucene.NET (as it stands now), when doing filtering on date fields, if using the inclusive date, will internally generate the value up to the last m

[jira] Updated: (LUCENENET-275) TestTokenStreamBWComp issue with 2.9.1

2009-11-18 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Garski updated LUCENENET-275: - Attachment: LUCENENET-275.patch Here it is. All tests in Analysis are passing now. >

[jira] Commented: (LUCENENET-283) TestDateRange and TestLegacyDateRange fail.

2009-11-18 Thread Nicholas Paldino (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779584#action_12779584 ] Nicholas Paldino commented on LUCENENET-283: Note, this patch relies on the

[jira] Reopened: (LUCENENET-275) TestTokenStreamBWComp issue with 2.9.1

2009-11-18 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Garski reopened LUCENENET-275: -- Just running through the full test suite and I noticed this one was failing again. The

[jira] Updated: (LUCENENET-283) TestDateRange and TestLegacyDateRange fail.

2009-11-18 Thread Nicholas Paldino (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Paldino updated LUCENENET-283: --- Attachment: TestQueryParser.DateRangeTests.patch The tests themselves are wrong.

[jira] Resolved: (LUCENENET-278) Instances of DateField class cannot be created.

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-278. Resolution: Fixed Thanks Nicholas, I replaced 36's with SupportClass.Character.MAX_RADIX. patch committe

[jira] Created: (LUCENENET-284) java vs .Net GetHashCode and Equals for ArrayList

2009-11-18 Thread Andrei Iliev (JIRA)
java vs .Net GetHashCode and Equals for ArrayList -- Key: LUCENENET-284 URL: https://issues.apache.org/jira/browse/LUCENENET-284 Project: Lucene.Net Issue Type: Bug Reporter: Andre

[jira] Updated: (LUCENENET-284) java vs .Net GetHashCode and Equals for ArrayList

2009-11-18 Thread Andrei Iliev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Iliev updated LUCENENET-284: --- Attachment: ArrayList.patch > java vs .Net GetHashCode and Equals for ArrayList > ---

[jira] Created: (LUCENENET-283) TestDateRange and TestLegacyDateRange fail.

2009-11-18 Thread Nicholas Paldino (JIRA)
TestDateRange and TestLegacyDateRange fail. --- Key: LUCENENET-283 URL: https://issues.apache.org/jira/browse/LUCENENET-283 Project: Lucene.Net Issue Type: Bug Reporter: Nicholas Paldino

RE: [jira] Resolved: (LUCENENET-274) ClassDiagram1.cd included in Lucene.Net.csproj without actual Class Diagram

2009-11-18 Thread Digy
No. Lucene.NET's default behavior should not depend on an external library. DIGY -Original Message- From: Michael Garski [mailto:mgar...@myspace-inc.com] Sent: Wednesday, November 18, 2009 8:01 PM To: lucene-net-dev@incubator.apache.org Subject: RE: [jira] Resolved: (LUCENENET-274) ClassD

[jira] Resolved: (LUCENENET-256) Patch for src/Util/Constants.cs and src\Test\Index\TestCheckIndex.cs

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-256. Resolution: Fixed Thanks Andrei, I changed Version.ToString(2) to Version.ToString(3) and cleaned the c

RE: [jira] Resolved: (LUCENENET-274) ClassDiagram1.cd included in Lucene.Net.csproj without actual Class Diagram

2009-11-18 Thread Michael Garski
Digy, Looks like you accidentally dropped the SHARP_ZIP_LIB define from Lucene.Net.csproj -DEBUG;TRACE;SHARP_ZIP_LIB +TRACE;DEBUG Michael -Original Message- From: Digy (JIRA) [mailto:j...@apache.org] Sent: Wednesday, November 18, 2009 9:59 AM To: lucene-net-dev@incubator.apach

[jira] Resolved: (LUCENENET-274) ClassDiagram1.cd included in Lucene.Net.csproj without actual Class Diagram

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-274. Resolution: Fixed Resolved. DIGY > ClassDiagram1.cd included in Lucene.Net.csproj without actual Class

RE: TestDateRange and TestLegacyDateRange - Do they pass in Java, if so, how?

2009-11-18 Thread Michael Garski
Great points Nick. I wanted to think about this overnight and take a fresh look at it in the morning, and here's my take on it. TestLegacyDateRange tests the now-deprecated way of expressing date & time information in documents. The DateField type goes away in 3.0 in favor of DateTools T

[jira] Commented: (LUCENENET-278) Instances of DateField class cannot be created.

2009-11-18 Thread Nicholas Paldino (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779552#action_12779552 ] Nicholas Paldino commented on LUCENENET-278: Changed to call ToString on nes

[jira] Updated: (LUCENENET-278) Instances of DateField class cannot be created.

2009-11-18 Thread Nicholas Paldino (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Paldino updated LUCENENET-278: --- Attachment: DateField.patch > Instances of DateField class cannot be created. > --

[jira] Updated: (LUCENENET-278) Instances of DateField class cannot be created.

2009-11-18 Thread Nicholas Paldino (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Paldino updated LUCENENET-278: --- Attachment: (was: DateField.patch) > Instances of DateField class cannot be cr

[jira] Updated: (LUCENENET-278) Instances of DateField class cannot be created.

2009-11-18 Thread Nicholas Paldino (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Paldino updated LUCENENET-278: --- Attachment: (was: SupportClass.patch) > Instances of DateField class cannot be

[jira] Resolved: (LUCENENET-281) TestCJK on TestQueryParser fails

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-281. Resolution: Fixed Thanks Nicholas & Google :-) patch committed. DIGY > TestCJK on TestQueryP

[jira] Resolved: (LUCENENET-282) Handle potential overflow in LogByteSizeMergePolicy.SetMaxMergeMB

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-282. Resolution: Fixed Patch committed. DIGY > Handle potential overflow in LogByteSizeMergePolicy.SetMaxMer

[jira] Commented: (LUCENENET-278) Instances of DateField class cannot be created.

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779539#action_12779539 ] Digy commented on LUCENENET-278: Hi Nicholas, There are two classes in Lucene.NET. Supp

[jira] Updated: (LUCENENET-282) Handle potential overflow in LogByteSizeMergePolicy.SetMaxMergeMB

2009-11-18 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Garski updated LUCENENET-282: - Attachment: LUCENENET-282.patch Patch will allow for a graceful overflow. Thanks to A

[jira] Created: (LUCENENET-282) Handle potential overflow in LogByteSizeMergePolicy.SetMaxMergeMB

2009-11-18 Thread Michael Garski (JIRA)
Handle potential overflow in LogByteSizeMergePolicy.SetMaxMergeMB - Key: LUCENENET-282 URL: https://issues.apache.org/jira/browse/LUCENENET-282 Project: Lucene.Net Issue Type: B

RE: [jira] Commented: (LUCENENET-257) TestCheckIndex.TestDeletedDocs

2009-11-18 Thread Michael Garski
My bad :( That's what I get when I start responding to things before drinking coffee in the morning. I'll open another issue on the setter and post a patch for it so any overflow is handled gracefully. Michael -Original Message- From: Digy (JIRA) [mailto:j...@apache.org] Sent: Wednes

[jira] Resolved: (LUCENENET-280) TestProtectedCtors test on TestQueryParser fails.

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-280. Resolution: Fixed Thanks Nicholas, Patch commited. DIGY > TestProtectedCtors test on TestQueryParser fa

[jira] Commented: (LUCENENET-257) TestCheckIndex.TestDeletedDocs

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779524#action_12779524 ] Digy commented on LUCENENET-257: Oh, I forgot to say "very good catch". Thanks Michael D

[jira] Commented: (LUCENENET-257) TestCheckIndex.TestDeletedDocs

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779523#action_12779523 ] Digy commented on LUCENENET-257: Some may want to set 1.5 MB merge size :-) Anyway, I ap

[jira] Resolved: (LUCENENET-257) TestCheckIndex.TestDeletedDocs

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-257. Resolution: Fixed > TestCheckIndex.TestDeletedDocs > --- > >

[jira] Resolved: (LUCENENET-279) TestIndexWriter.TestExceptionOnMergeInit hangs

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-279. Resolution: Fixed Thanks Michael, good catch. patch applied. > TestIndexWriter.TestExceptionOnMergeInit

[jira] Commented: (LUCENENET-279) TestIndexWriter.TestExceptionOnMergeInit hangs

2009-11-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779515#action_12779515 ] Digy commented on LUCENENET-279: mergingSegments is declared as "HashSet" in java and ad

[jira] Commented: (LUCENENET-257) TestCheckIndex.TestDeletedDocs

2009-11-18 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779507#action_12779507 ] Michael Garski commented on LUCENENET-257: -- Good catch! I had not noticed that

[jira] Commented: (LUCENENET-279) TestIndexWriter.TestExceptionOnMergeInit hangs

2009-11-18 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779498#action_12779498 ] Michael Garski commented on LUCENENET-279: -- It doesn't fail in Java as the argu

[jira] Commented: (LUCENENET-279) TestIndexWriter.TestExceptionOnMergeInit hangs

2009-11-18 Thread Andrei Iliev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779435#action_12779435 ] Andrei Iliev commented on LUCENENET-279: Thanks Michael, I did it in same way in

[jira] Commented: (LUCENENET-257) TestCheckIndex.TestDeletedDocs

2009-11-18 Thread Andrei Iliev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779428#action_12779428 ] Andrei Iliev commented on LUCENENET-257: Thanks Michael, Something still bother