[jira] Commented: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507094 ] Mark Miller commented on LUCENE-937: > So it may be safe to say that if you can estimate the list size (avoiding

[jira] Commented: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507093 ] Michael Busch commented on LUCENE-937: -- > If you decide to keep things as they are I will have to roll an > alt

[jira] Commented: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507092 ] Mark Miller commented on LUCENE-937: The 15,000 calls are each on a separate document. The documents are reletivl

[jira] Commented: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507089 ] Michael Busch commented on LUCENE-937: -- > This patch should not go through as is. What do you think given these

[jira] Commented: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507088 ] Doron Cohen commented on LUCENE-937: > Mark: I assumed that an AL would be faster as all of the data is guarantee

[jira] Created: (LUCENE-939) Check for boundary conditions in FieldInfos

2007-06-21 Thread Michael Busch (JIRA)
Check for boundary conditions in FieldInfos --- Key: LUCENE-939 URL: https://issues.apache.org/jira/browse/LUCENE-939 Project: Lucene - Java Issue Type: Improvement Reporter: Michael Busch

[jira] Commented: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507080 ] Mark Miller commented on LUCENE-937: My tests early must have gotten out of whack. I was measuring a much bigger

[jira] Commented: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507071 ] Michael Busch commented on LUCENE-937: -- > While we're looking at this, I noticed three other uses of LinkedList

[jira] Updated: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-06-21 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-938: - Attachment: LUCENE-938.txt This version has the missing fixes that got tossed when I tried to cle

[jira] Commented: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-06-21 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507052 ] Steven Parkes commented on LUCENE-938: -- Only it's broke. Mixing a couple of things, I missed a couple of tests t

[jira] Commented: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-06-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507050 ] Michael McCandless commented on LUCENE-938: --- Wow, good catch and nice unit test! > I/O exceptions can caus

[jira] Commented: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507044 ] Doron Cohen commented on LUCENE-937: Good catch, patch look good to me. It makes sense to modify anyhow, but just

[jira] Updated: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-06-21 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-938: - Lucene Fields: [New, Patch Available] (was: [New]) Affects Version/s: (was: 2.3) > I

[jira] Updated: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-06-21 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-938: - Attachment: LUCENE-938.txt Patch that fixes the two relevant rollback mechanisms in IndexWriter:

[jira] Created: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-06-21 Thread Steven Parkes (JIRA)
I/O exceptions can cause loss of buffered deletes - Key: LUCENE-938 URL: https://issues.apache.org/jira/browse/LUCENE-938 Project: Lucene - Java Issue Type: Bug Components: Index

[jira] Commented: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507033 ] Mark Miller commented on LUCENE-937: Actually, I think the starting size should probably be upped as well. I will

[jira] Updated: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-937: --- Attachment: CachingTokenFilter.patch > Make CachingTokenFilter faster > -

[jira] Updated: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-937: --- Priority: Minor (was: Major) Lucene Fields: [New, Patch Available] (was: [Patch Available,

[jira] Created: (LUCENE-937) Make CachingTokenFilter faster

2007-06-21 Thread Mark Miller (JIRA)
Make CachingTokenFilter faster -- Key: LUCENE-937 URL: https://issues.apache.org/jira/browse/LUCENE-937 Project: Lucene - Java Issue Type: Improvement Reporter: Mark Miller The wrong data structure w

Re: Lucene 2.2.0 release available

2007-06-21 Thread Chris Hostetter
: > The links to the new features don't work for me, I always end up on the API : > overview page. Shouldn't the links be e.g. : > : > http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/document/Field.html : > : > instead of : > : > http://lucene.apache.org/java/2_2_0/api/index.html?org/a

[jira] Commented: (LUCENE-843) improve how IndexWriter uses RAM to buffer added documents

2007-06-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506974 ] Michael McCandless commented on LUCENE-843: --- > Do you think your code is easily extensible in this regard?

[jira] Commented: (LUCENE-843) improve how IndexWriter uses RAM to buffer added documents

2007-06-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506961 ] Michael Busch commented on LUCENE-843: -- > OK I ran tests comparing analyzer performance. Thanks for the numbers

[jira] Commented: (LUCENE-843) improve how IndexWriter uses RAM to buffer added documents

2007-06-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506907 ] Michael McCandless commented on LUCENE-843: --- OK I ran tests comparing analyzer performance. It's the same

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-06-21 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-06-21 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[jira] Commented: (LUCENE-843) improve how IndexWriter uses RAM to buffer added documents

2007-06-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506811 ] Michael McCandless commented on LUCENE-843: --- > Does DocumentsWriter also solve the problem DocumentWriter h

Release process recap

2007-06-21 Thread Michael Busch
Hi Team, now that Lucene 2.2 is out (I also announced it today on freshmeat.net and the Apache announce mailinglist) I would like to say a few words about the release process. It was the first time that I did something like release management, so I was a bit nervous before. But I must say that th