[jira] Closed: (LUCENE-954) Toggle score normalization in Hits

2008-08-05 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch closed LUCENE-954. Resolution: Won't Fix Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) H

[jira] Commented: (LUCENE-954) Toggle score normalization in Hits

2008-08-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620057#action_12620057 ] Mark Miller commented on LUCENE-954: Looks like this guy is ready to be resolved. > To

[jira] Commented: (LUCENE-1219) support array/offset/ length setters for Field with binary data

2008-08-05 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620019#action_12620019 ] Eks Dev commented on LUCENE-1219: - Great Mike, it gets better and better, i saw LUCENE-134

[jira] Commented: (LUCENE-1350) SnowballFilter resets the payload

2008-08-05 Thread DM Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619982#action_12619982 ] DM Smith commented on LUCENE-1350: -- Survey of other potential problem areas (I did not lo

[jira] Resolved: (LUCENE-1340) Make it posible not to include TF information in index

2008-08-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1340. Resolution: Fixed Fix Version/s: 2.4 Lucene Fields: [New, Patch Availabl

[jira] Assigned: (LUCENE-1340) Make it posible not to include TF information in index

2008-08-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1340: -- Assignee: Michael McCandless > Make it posible not to include TF information i

[jira] Commented: (LUCENE-1340) Make it posible not to include TF information in index

2008-08-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619963#action_12619963 ] Michael McCandless commented on LUCENE-1340: LUCENE-1349 is in; I plan to comm

[jira] Commented: (LUCENE-1350) SnowballFilter resets the payload

2008-08-05 Thread DM Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619961#action_12619961 ] DM Smith commented on LUCENE-1350: -- The non-reuse interface is deprecated. LUCENE-1333 de

[jira] Commented: (LUCENE-1350) SnowballFilter resets the payload

2008-08-05 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619942#action_12619942 ] Doron Cohen commented on LUCENE-1350: - These are interesting points to consider. Let

[jira] Resolved: (LUCENE-1351) Add some ligatures (ff, fi, fl, ft, st) to ISOLatin1AccentFilter

2008-08-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-1351. - Resolution: Fixed Fix Version/s: 2.4 Lucene Fields: [Patch Available] (was: [

[jira] Assigned: (LUCENE-1351) Add some ligatures (ff, fi, fl, ft, st) to ISOLatin1AccentFilter

2008-08-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-1351: --- Assignee: Grant Ingersoll > Add some ligatures (ff, fi, fl, ft, st) to ISOLatin1Acce

[jira] Commented: (LUCENE-1350) SnowballFilter resets the payload

2008-08-05 Thread DM Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619925#action_12619925 ] DM Smith commented on LUCENE-1350: -- When we go to the reuse pattern across all of Lucene,

Re: CheckIndex tool

2008-08-05 Thread Michael McCandless
Actually, those exceptions are thrown by the code detecting the mismatch, and then caught by CheckIndex and handled as meaning that segment is corrupt. This is consistent eg with how Lucene throws CorruptIndexException deep down if it hits an inconsistency. I think it's fine if you want

[jira] Commented: (LUCENE-1335) Correctly handle concurrent calls to addIndexes, optimize, commit

2008-08-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619890#action_12619890 ] Yonik Seeley commented on LUCENE-1335: -- {quote}I think we should not make any API pro

Re: CheckIndex tool

2008-08-05 Thread Grant Ingersoll
I'll look into these. The other parts I am not sure on is the throwing of exceptions for mismatches. I know they mean CheckIndex can't go forward, but they aren't really errors in CheckIndex, so much as errors in the index, which CheckIndex is just reporting. So, I'm inclined to capture

[jira] Resolved: (LUCENE-1349) Mark Fieldable as allowing some changes in 2.x future releases

2008-08-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-1349. - Resolution: Fixed Committed revision 682689. > Mark Fieldable as allowing some chan

[jira] Commented: (LUCENE-1219) support array/offset/ length setters for Field with binary data

2008-08-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619842#action_12619842 ] Michael McCandless commented on LUCENE-1219: Thanks Eks -- this looks good. I

[jira] Commented: (LUCENE-1349) Mark Fieldable as allowing some changes in 2.x future releases

2008-08-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619836#action_12619836 ] Michael McCandless commented on LUCENE-1349: Looks good Grant. Maybe cancel o

[jira] Updated: (LUCENE-1335) Correctly handle concurrent calls to addIndexes, optimize, commit

2008-08-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1335: --- Attachment: LUCENE-1335.patch Attached patch. Here're the changes: * Only one a

[jira] Updated: (LUCENE-1351) Add some ligatures (ff, fi, fl, ft, st) to ISOLatin1AccentFilter

2008-08-05 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédrik LIME updated LUCENE-1351: Description: ISOLatin1AccentFilter removes common diacritics and some ligatures. This patch adds

[jira] Updated: (LUCENE-1351) Add some ligatures (ff, fi, fl, ft, st) to ISOLatin1AccentFilter

2008-08-05 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédrik LIME updated LUCENE-1351: Attachment: TestISOLatin1AccentFilter.patch > Add some ligatures (ff, fi, fl, ft, st) to ISOLatin1

[jira] Created: (LUCENE-1351) Add some ligatures (ff, fi, fl, ft, st) to ISOLatin1AccentFilter

2008-08-05 Thread JIRA
Add some ligatures (ff, fi, fl, ft, st) to ISOLatin1AccentFilter Key: LUCENE-1351 URL: https://issues.apache.org/jira/browse/LUCENE-1351 Project: Lucene - Java Issue Type: Impr

[jira] Updated: (LUCENE-1351) Add some ligatures (ff, fi, fl, ft, st) to ISOLatin1AccentFilter

2008-08-05 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédrik LIME updated LUCENE-1351: Attachment: ISOLatin1AccentFilter.patch > Add some ligatures (ff, fi, fl, ft, st) to ISOLatin1Acce

[jira] Updated: (LUCENE-1350) SnowballFilter resets the payload

2008-08-05 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1350: Attachment: LUCENE-1350.patch Patch fix this by using Token.clone(). I'll search other filters tha

[jira] Created: (LUCENE-1350) SnowballFilter resets the payload

2008-08-05 Thread Doron Cohen (JIRA)
SnowballFilter resets the payload - Key: LUCENE-1350 URL: https://issues.apache.org/jira/browse/LUCENE-1350 Project: Lucene - Java Issue Type: Bug Components: Analysis, contrib/* Reporter

[jira] Resolved: (LUCENE-1348) TestTimeLimitedCollector shuold not fail if the testing machine happens to be slow

2008-08-05 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen resolved LUCENE-1348. - Resolution: Fixed > TestTimeLimitedCollector shuold not fail if the testing machine happens to

[jira] Resolved: (LUCENE-1310) Phrase query with term repeated 3 times requires more slop than expected

2008-08-05 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen resolved LUCENE-1310. - Resolution: Fixed Fixed, thanks for the review Grant! > Phrase query with term repeated 3 times