[jira] Assigned: (LUCENE-1893) All spatial contrib shape classes implement equals but not hashCode

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned LUCENE-1893: --- Assignee: Mark Miller All spatial contrib shape classes implement equals but not hashCode

[jira] Updated: (LUCENE-1893) All spatial contrib shape classes implement equals but not hashCode

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1893: Attachment: LUCENE-1893.patch a patch that attempts to clear up all of the equal/hashCode issues

[jira] Updated: (LUCENE-1892) Demo HTMLParser compares StringBuffer to an empty String with .equals

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1892: Attachment: LUCENE-1892.patch checks stringbuffer.length == 0 instead Demo HTMLParser compares

[jira] Commented: (LUCENE-1894) Spatial checks for a string in an int,double map

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752199#action_12752199 ] Mark Miller commented on LUCENE-1894: - This is from DistanceHandler by the way. well

[jira] Commented: (LUCENE-1894) Spatial checks for a string in an int,double map

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752203#action_12752203 ] Mark Miller commented on LUCENE-1894: - Okay - a little insight finally - it looks like

[jira] Created: (LUCENE-1896) Modify confusing javadoc for queryNorm

2009-09-07 Thread Jiri Kuhn (JIRA)
Modify confusing javadoc for queryNorm -- Key: LUCENE-1896 URL: https://issues.apache.org/jira/browse/LUCENE-1896 Project: Lucene - Java Issue Type: Improvement Components: Javadocs

[jira] Resolved: (LUCENE-1892) Demo HTMLParser compares StringBuffer to an empty String with .equals

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1892. - Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [New]) Demo HTMLParser

[jira] Resolved: (LUCENE-1893) All spatial contrib shape classes implement equals but not hashCode

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1893. - Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [New]) All spatial

[jira] Commented: (LUCENE-1896) Modify confusing javadoc for queryNorm

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752270#action_12752270 ] Mark Miller commented on LUCENE-1896: - Suggestions? I am no IR guy. It would appear

[jira] Issue Comment Edited: (LUCENE-1896) Modify confusing javadoc for queryNorm

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752271#action_12752271 ] Mark Miller edited comment on LUCENE-1896 at 9/7/09 2:55 PM: -

[jira] Commented: (LUCENE-1896) Modify confusing javadoc for queryNorm

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752271#action_12752271 ] Mark Miller commented on LUCENE-1896: - Hmm .. so perhaps the idea that they query

[jira] Commented: (LUCENE-1896) Modify confusing javadoc for queryNorm

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752273#action_12752273 ] Mark Miller commented on LUCENE-1896: - heh - the javadoc actually makes sense to me

Re: Usefulness of Similarity.queryNorm()

2009-09-07 Thread Mark Miller
I think I finally cracked this one: https://issues.apache.org/jira/browse/LUCENE-1896 The usefulness is as it says - to allow the scores from queries to be *more* comparable. The value of *more* is less clear. Not sure its so valuable myself. - mark

[jira] Created: (LUCENE-1897) Links to javadoc from the site pages do not work in the src dist because it does not include the javadoc under docs.

2009-09-07 Thread Mark Miller (JIRA)
Links to javadoc from the site pages do not work in the src dist because it does not include the javadoc under docs. Key: LUCENE-1897 URL:

[jira] Updated: (LUCENE-1897) Links to javadoc from the site pages do not work in the src dist because it does not include the javadoc under docs.

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1897: Priority: Minor (was: Major) Links to javadoc from the site pages do not work in the src dist

Re: Lucene release announcement

2009-09-07 Thread Mark Miller
Finally catching up to this. I'll take your suggestions and improve the copy for the release ann. {quote}Also, should we clean up CHANGES.txt to fix entries that were obsoleted by more recent commits? EG we still have this: 7. LUCENE-1483: Added new MultiReaderHitCollector which enables

[jira] Created: (LUCENE-1898) Decide if we should remove lines numbers from latest Changes

2009-09-07 Thread Mark Miller (JIRA)
Decide if we should remove lines numbers from latest Changes Key: LUCENE-1898 URL: https://issues.apache.org/jira/browse/LUCENE-1898 Project: Lucene - Java Issue Type: Improvement

[jira] Updated: (LUCENE-1898) Decide if we should remove lines numbers from latest Changes

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1898: Attachment: LUCENE-1898.patch Decide if we should remove lines numbers from latest Changes

[jira] Commented: (LUCENE-1898) Decide if we should remove lines numbers from latest Changes

2009-09-07 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752286#action_12752286 ] Steven Rowe commented on LUCENE-1898: - {{changes-to-html.pl}} doesn't fully grok the

[jira] Commented: (LUCENE-1898) Decide if we should remove lines numbers from latest Changes

2009-09-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752291#action_12752291 ] Robert Muir commented on LUCENE-1898: - contrib/benchmark CHANGES has a different

[jira] Commented: (LUCENE-1898) Decide if we should remove lines numbers from latest Changes

2009-09-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752294#action_12752294 ] Yonik Seeley commented on LUCENE-1898: -- +1, makes sense. Decide if we should remove

[jira] Commented: (LUCENE-1896) Modify confusing javadoc for queryNorm

2009-09-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752302#action_12752302 ] Mark Miller commented on LUCENE-1896: - bq. it hardly seems worth the extra compute

[jira] Commented: (LUCENE-1896) Modify confusing javadoc for queryNorm

2009-09-07 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752311#action_12752311 ] Marvin Humphrey commented on LUCENE-1896: - FWIW, after all that

[jira] Updated: (LUCENE-1898) Decide if we should remove lines numbers from latest Changes

2009-09-07 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1898: Attachment: LUCENE-1898.patch Patch to changes2html.pl that can handle '*' as bulleted item

[jira] Issue Comment Edited: (LUCENE-1898) Decide if we should remove lines numbers from latest Changes

2009-09-07 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752286#action_12752286 ] Steven Rowe edited comment on LUCENE-1898 at 9/7/09 8:56 PM: -

[jira] Issue Comment Edited: (LUCENE-1898) Decide if we should remove lines numbers from latest Changes

2009-09-07 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752323#action_12752323 ] Steven Rowe edited comment on LUCENE-1898 at 9/7/09 8:55 PM: -

[jira] Issue Comment Edited: (LUCENE-1488) issues with standardanalyzer on multilingual text

2009-09-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752331#action_12752331 ] Robert Muir edited comment on LUCENE-1488 at 9/7/09 10:09 PM: --