[jira] Updated: (LUCENE-2212) add a test for PorterStemFilter

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2212: Attachment: porterTestData.zip the test data (100KB zipped), for src/test/org/apache/lucene/analys

[jira] Updated: (LUCENE-2212) add a test for PorterStemFilter

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2212: Attachment: LUCENE-2212.patch the test itself > add a test for PorterStemFilter > ---

[jira] Created: (LUCENE-2212) add a test for PorterStemFilter

2010-01-14 Thread Robert Muir (JIRA)
add a test for PorterStemFilter --- Key: LUCENE-2212 URL: https://issues.apache.org/jira/browse/LUCENE-2212 Project: Lucene - Java Issue Type: Test Components: Analysis Reporter: Robert Muir

[jira] Updated: (LUCENE-2211) Advances BaseTokenStreamTestCase that uses a fake attribute to check, if clearAttributes() was called correctly - found bugs in contrib/analyzers

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2211: Attachment: LUCENE-2211.patch Hi Uwe, PrefixAwareTokenFilter did not clearAttributes() either. I t

[jira] Updated: (LUCENE-2211) Advances BaseTokenStreamTestCase that uses a fake attribute to check, if clearAttributes() was called correctly - found bugs in contrib/analyzers

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2211: Attachment: LUCENE-2211.patch Hello Uwe, i did not get time to review all tokenstreams but I conve

[jira] Commented: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800517#action_12800517 ] Hoss Man commented on LUCENE-2209: -- bq. p.s. hossman i only commented because you are out

[jira] Commented: (LUCENE-2211) Advances BaseTokenStreamTestCase that uses a fake attribute to check, if clearAttributes() was called correctly - found bugs in contrib/analyzers

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800464#action_12800464 ] Robert Muir commented on LUCENE-2211: - before committing any fix i want to review / ad

[jira] Updated: (LUCENE-2211) Advances BaseTokenStreamTestCase that uses a fake attribute to check, if clearAttributes() was called correctly - found bugs in contrib/analyzers

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2211: Attachment: LUCENE-2211.patch uwe's patch, with the fixes for contrib. broken were compounds, n-g

[jira] Updated: (LUCENE-2211) Advances BaseTokenStreamTestCase that uses a fake attribute to check, if clearAttributes() was called correctly - found bugs in contrib/analyzers

2010-01-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2211: -- Affects Version/s: 2.9 2.9.1 Fix Version/s: 3.0.1

[jira] Updated: (LUCENE-2211) Advances BaseTokenStreamTestCase that uses a fake attribute to check, if clearAttributes() was called correctly - found bugs in contrib/analyzers

2010-01-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2211: -- Attachment: LUCENE-2211.patch > Advances BaseTokenStreamTestCase that uses a fake attribute to

[jira] Created: (LUCENE-2211) Advances BaseTokenStreamTestCase that uses a fake attribute to check, if clearAttributes() was called correctly - found bugs in contrib/analyzers

2010-01-14 Thread Uwe Schindler (JIRA)
Advances BaseTokenStreamTestCase that uses a fake attribute to check, if clearAttributes() was called correctly - found bugs in contrib/analyzers -

[jira] Commented: (LUCENE-2195) Speedup CharArraySet if set is empty

2010-01-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800405#action_12800405 ] Simon Willnauer commented on LUCENE-2195: - any comments on the latest patch? > Sp

Hudson build is back to normal: Lucene-trunk #1062

2010-01-14 Thread Apache Hudson Server
See - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org

[jira] Updated: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2209: Attachment: LUCENE-2209.patch i changed this to @lucene.experimental, and added @lucene.internal (

Re: svn commit: r898055 - in /lucene/java/trunk/contrib/benchmark: build.xml src/java/org/apache/lucene/benchmark/byTask/feeds/LongToEnglishContentSource.java src/java/org/apache/lucene/benchmark/by

2010-01-14 Thread Robert Muir
i am going to move English from src/test to src/java now that it is being used in non-test code. it is making javadocs cry, etc. On Mon, Jan 11, 2010 at 3:29 PM, wrote: > Author: gsingers > Date: Mon Jan 11 20:29:40 2010 > New Revision: 898055 > > URL: http://svn.apache.org/viewvc?rev=898055&vi

[jira] Resolved: (LUCENE-2114) Improve org.apache.lucene.search.Filter Documentation and Tests to reflect per segment readers

2010-01-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2114. Resolution: Fixed Fix Version/s: 3.0.1 2.9.2 > Improve o

[jira] Resolved: (LUCENE-2210) trectopicsreader doesn't properly read descriptions or narratives

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2210. - Resolution: Fixed Committed revision 899369. > trectopicsreader doesn't properly read descripti

[jira] Commented: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800313#action_12800313 ] Robert Muir commented on LUCENE-2209: - p.s. hossman i only commented because you are o

[jira] Commented: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800310#action_12800310 ] Robert Muir commented on LUCENE-2209: - Hoss, i see your point but i think this is just

[jira] Commented: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800304#action_12800304 ] Hoss Man commented on LUCENE-2209: -- small suggestion... @todo is a pretty wide spread an

[jira] Commented: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800283#action_12800283 ] Michael McCandless commented on LUCENE-2209: We can start by making @internal

Re: Lucene 2.9.0 Near Real Time Indexing and lock timeouts

2010-01-14 Thread Michael McCandless
Calling commit after every addition will drastically slow down your indexing throughput, and concurrency (commit is internally synchronized), but should not create lock timeouts, unless you are also opening a new IndexWriter for every addition? Mike On Thu, Jan 14, 2010 at 12:15 PM, jchang wrote

[jira] Commented: (LUCENE-2210) trectopicsreader doesn't properly read descriptions or narratives

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800256#action_12800256 ] Robert Muir commented on LUCENE-2210: - I will commit the fix shortly unless anyone obj

[jira] Assigned: (LUCENE-2210) trectopicsreader doesn't properly read descriptions or narratives

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2210: --- Assignee: Robert Muir > trectopicsreader doesn't properly read descriptions or narratives >

[jira] Updated: (LUCENE-2210) trectopicsreader doesn't properly read descriptions or narratives

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2210: Attachment: LUCENE-2210.patch > trectopicsreader doesn't properly read descriptions or narratives

[jira] Created: (LUCENE-2210) trectopicsreader doesn't properly read descriptions or narratives

2010-01-14 Thread Robert Muir (JIRA)
trectopicsreader doesn't properly read descriptions or narratives - Key: LUCENE-2210 URL: https://issues.apache.org/jira/browse/LUCENE-2210 Project: Lucene - Java Issue Type: Bu

Re: Lucene 2.9.0 Near Real Time Indexing and lock timeouts

2010-01-14 Thread jchang
With only 10 concurrent consumers, I do get lock problems. However, I am calling commit() at the end of each addition. Could I expect better concurrency without timeouts if I did not commit as often? -- View this message in context: http://old.nabble.com/Lucene-2.9.0-Near-Real-Time-Indexing-a

[jira] Commented: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800229#action_12800229 ] Robert Muir commented on LUCENE-2209: - Mike, for this one I would need a list :) Also

[jira] Commented: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800222#action_12800222 ] Michael McCandless commented on LUCENE-2209: This is great! Can we also have

[jira] Updated: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2209: Attachment: LUCENE-2209.patch i only searched on the word 'experimental' and replaced those with

[jira] Updated: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2209: Description: There are a lot of things marked experimental, api subject to change, etc. in lucene

[jira] Created: (LUCENE-2209) add @experimental javadocs tag

2010-01-14 Thread Robert Muir (JIRA)
add @experimental javadocs tag -- Key: LUCENE-2209 URL: https://issues.apache.org/jira/browse/LUCENE-2209 Project: Lucene - Java Issue Type: Task Components: Javadocs Reporter: Robert Muir

Re: Compound File Default

2010-01-14 Thread Grant Ingersoll
On Jan 12, 2010, at 1:32 PM, Marvin Humphrey wrote: > > But beyond that, Lucene adopted the compound file format default for a reason, > right? What's changed about the environment that justifies overturning that > decision? The history, as I recall, is it used to be off in 1.x. Then, b/c s

Re: Dynamic array reallocation algorithms

2010-01-14 Thread Michael McCandless
On Wed, Jan 13, 2010 at 9:12 PM, Marvin Humphrey wrote: > On Wed, Jan 13, 2010 at 11:46:50AM -0500, Michael McCandless wrote: >> If forced to pick, in general, I tend to prefer burning CPU not RAM, >> because the CPU is often a one-time burn, whereas RAM ties up storage >> for indefinite amounts o

[jira] Reopened: (LUCENE-2114) Improve org.apache.lucene.search.Filter Documentation and Tests to reflect per segment readers

2010-01-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-2114: Need to backport to 2.9.x, 3.0.x > Improve org.apache.lucene.search.Filter Docume