The old Lucene Bugzilla issues no longer exist

2008-03-31 Thread Steven A Rowe
I discovered today that the LUCENE Bugzilla issues are no longer there. For example, if you go to and click on the "Bugzilla Id:" link , the page that comes up says "Bug #7912 does not ex

[jira] Updated: (LUCENE-1256) Changes.html formatting improvements

2008-03-31 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1256: Component/s: (was: Build) Website Lucene Fields: [New, Patch Available

[jira] Updated: (LUCENE-1256) Changes.html formatting improvements

2008-03-31 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1256: Attachment: LUCENE-1256.patch Patch implementing above-described changes. > Changes.html formatti

[jira] Created: (LUCENE-1256) Changes.html formatting improvements

2008-03-31 Thread Steven Rowe (JIRA)
Changes.html formatting improvements Key: LUCENE-1256 URL: https://issues.apache.org/jira/browse/LUCENE-1256 Project: Lucene - Java Issue Type: Improvement Components: Build Affects Versions

[jira] Updated: (LUCENE-1255) CheckIndex should allow term position = -1

2008-03-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1255: --- Attachment: LUCENE-1255.take2.patch Attached new patch. > CheckIndex should allow t

Re: Javadocs missing in build

2008-03-31 Thread Chris Hostetter
: I don't get contact with the JIRA via SSL? it's working ok for me now, might have just been a glitch. : + ..i'm about to commit that, along with the corrisponding . : I also have problems with the png in package.html, as if it was not copied to : the docs. But that might just be me

[jira] Commented: (LUCENE-1255) CheckIndex should allow term position = -1

2008-03-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583832#action_12583832 ] Michael McCandless commented on LUCENE-1255: OK so I'll change the patch so th

[jira] Commented: (LUCENE-1255) CheckIndex should allow term position = -1

2008-03-31 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583808#action_12583808 ] Doug Cutting commented on LUCENE-1255: -- Hoss: you're right, the change I proposed wou

[jira] Commented: (LUCENE-1255) CheckIndex should allow term position = -1

2008-03-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583802#action_12583802 ] Hoss Man commented on LUCENE-1255: -- bq. Since the increment is relative to the prior toke

[jira] Commented: (LUCENE-1255) CheckIndex should allow term position = -1

2008-03-31 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583797#action_12583797 ] Doug Cutting commented on LUCENE-1255: -- Since the increment is relative to the prior

[jira] Commented: (LUCENE-1255) CheckIndex should allow term position = -1

2008-03-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583794#action_12583794 ] Hoss Man commented on LUCENE-1255: -- FWIW: Apparently Luke gets confused by this as well.

Javadocs missing in build

2008-03-31 Thread Karl Wettin
I don't get contact with the JIRA via SSL? Index: build.xml === --- build.xml (revision 642684) +++ build.xml (working copy) @@ -242,6 +242,7 @@ +

[jira] Updated: (LUCENE-1255) CheckIndex should allow term position = -1

2008-03-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1255: --- Attachment: LUCENE-1255.patch Attached patch. I plan to commit in a day or two. I

[jira] Updated: (LUCENE-1241) 0xffff char is not a string terminator

2008-03-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1241: --- Attachment: LUCENE-1241.take2.patch Attached take2 patch. I fixed it to apply to tr

[jira] Assigned: (LUCENE-1241) 0xffff char is not a string terminator

2008-03-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1241: -- Assignee: Michael McCandless > 0x char is not a string terminator > --

[jira] Created: (LUCENE-1255) CheckIndex should allow term position = -1

2008-03-31 Thread Michael McCandless (JIRA)
CheckIndex should allow term position = -1 -- Key: LUCENE-1255 URL: https://issues.apache.org/jira/browse/LUCENE-1255 Project: Lucene - Java Issue Type: Bug Components: Index Affects Vers

[jira] Updated: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-03-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-831: --- Attachment: LUCENE-831.03.31.2008.diff -Further refinements and code changes. -Fixed ord comparisons

[jira] Updated: (LUCENE-1254) addIndexesNoOptimize should not enforce maxMergeDocs/maxMergeSize limit

2008-03-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1254: --- Attachment: LUCENE-1254.patch Attached patch. I plan to commit in a day or two and

[jira] Created: (LUCENE-1254) addIndexesNoOptimize should not enforce maxMergeDocs/maxMergeSize limit

2008-03-31 Thread Michael McCandless (JIRA)
addIndexesNoOptimize should not enforce maxMergeDocs/maxMergeSize limit --- Key: LUCENE-1254 URL: https://issues.apache.org/jira/browse/LUCENE-1254 Project: Lucene - Java Is