[jira] Updated: (LUCENE-2386) IndexWriter commits unnecessarily on fresh Directory

2010-04-10 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-2386: --- Attachment: LUCENE-2386.patch Patch updated to latest rev. + the proposed name change -- IndexNotFo

Re: chinese stopwords

2010-04-10 Thread John Wang
Awesome, thanks! Great job of the work! -John 2010/4/10 Gao Pinker > That's a good idea, I'll think about adding another stopword-list to let > users have a chance to choose. > > > On Sat, Apr 10, 2010 at 9:25 PM, John Wang wrote: > >> Yeah, I found some as well. >> Was wondering if we shoul

[jira] Commented: (LUCENE-2390) contrib/remote tests fail randomly

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855650#action_12855650 ] Uwe Schindler commented on LUCENE-2390: --- Looks fine! +1 to commit! > contrib/remote

[jira] Resolved: (LUCENE-2390) contrib/remote tests fail randomly

2010-04-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2390. - Resolution: Fixed Committed revision 932795. > contrib/remote tests fail randomly > --

[jira] Updated: (LUCENE-2390) contrib/remote tests fail randomly

2010-04-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2390: Fix Version/s: 3.1 (was: 4.0.0) > contrib/remote tests fail randomly >

[jira] Updated: (LUCENE-2390) contrib/remote tests fail randomly

2010-04-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2390: Attachment: LUCENE-2390.patch Patch that creates a RemoteTestCaseJ4 that binds to an ephemeral por

[jira] Created: (LUCENE-2390) contrib/remote tests fail randomly

2010-04-10 Thread Robert Muir (JIRA)
contrib/remote tests fail randomly -- Key: LUCENE-2390 URL: https://issues.apache.org/jira/browse/LUCENE-2390 Project: Lucene - Java Issue Type: Bug Components: contrib/* Affects Versions: 3.1

[jira] Updated: (LUCENE-2389) Enforce TokenStream impl / Analyzer finalness by an assertion

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2389: -- Attachment: LUCENE-2389.patch Improved patch that also makes Analyzers with final (reusable)To

[jira] Updated: (LUCENE-2389) Enforce TokenStream impl / Analyzer finalness by an assertion

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2389: -- Attachment: LUCENE-2389.patch Patch. > Enforce TokenStream impl / Analyzer finalness by an as

[jira] Updated: (LUCENE-2389) Enforce TokenStream impl / Analyzer finalness by an assertion

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2389: -- Fix Version/s: 3.1 > Enforce TokenStream impl / Analyzer finalness by an assertion > -

[jira] Created: (LUCENE-2389) Enforce TokenStream impl / Analyzer finalness by an assertion

2010-04-10 Thread Uwe Schindler (JIRA)
Enforce TokenStream impl / Analyzer finalness by an assertion - Key: LUCENE-2389 URL: https://issues.apache.org/jira/browse/LUCENE-2389 Project: Lucene - Java Issue Type: Improvemen

[jira] Commented: (LUCENE-2376) java.lang.OutOfMemoryError:Java heap space

2010-04-10 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855615#action_12855615 ] Earwin Burrfoot commented on LUCENE-2376: - A field is basically an index in itself

[jira] Commented: (LUCENE-2376) java.lang.OutOfMemoryError:Java heap space

2010-04-10 Thread Shivender Devarakonda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855606#action_12855606 ] Shivender Devarakonda commented on LUCENE-2376: --- Thanks for your inpput on t

[jira] Commented: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855590#action_12855590 ] Uwe Schindler commented on LUCENE-2372: --- Committed core part in revision: 932749 >

Re: [jira] Updated: (LUCENE-2323) reorganize contrib modules

2010-04-10 Thread Robert Muir
jira is down and i am trying to make progress here. below is a patch to move the ChainedFilter from contrib/misc to contrib/queries with the other queries and filters. before applying the patch, you must run these commands: svn move lucene/contrib/misc/src/java/org/apache/lucene/misc/ChainedFilte

Re: chinese stopwords

2010-04-10 Thread Gao Pinker
That's a good idea, I'll think about adding another stopword-list to let users have a chance to choose. On Sat, Apr 10, 2010 at 9:25 PM, John Wang wrote: > Yeah, I found some as well. > Was wondering if we should have a standard list to be bundled with the > default. > > -John > > > On Sat, Apr

[jira] Updated: (LUCENE-2323) reorganize contrib modules

2010-04-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2323: Attachment: LUCENE-2323_surround.patch attached is a patch to move surround to contrib/queryparser

Re: chinese stopwords

2010-04-10 Thread John Wang
Yeah, I found some as well. Was wondering if we should have a standard list to be bundled with the default. -John On Sat, Apr 10, 2010 at 6:17 AM, Gao Pinker wrote: > I remember there were some stopwords list on the internet. > I found these: > http://hi.baidu.com/zhaocy0113/blog/item/146b5c346

Re: chinese stopwords

2010-04-10 Thread Gao Pinker
I remember there were some stopwords list on the internet. I found these: http://hi.baidu.com/zhaocy0113/blog/item/146b5c346a738c4d251f1496.html http://download.csdn.net/source/740407 On Sat, Apr 10, 2010 at 9:59 AM, John Wang wrote: > Hi: > >I am using the SmartChineseAnalyzer class and it

[jira] Commented: (LUCENE-2376) java.lang.OutOfMemoryError:Java heap space

2010-04-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855548#action_12855548 ] Michael McCandless commented on LUCENE-2376: Yes total unique fields are 4 in

[jira] Updated: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2372: -- Attachment: LUCENE-2372.patch Updated patch after last commit. > Replace deprecated TermAttri

[jira] Updated: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2372: -- Attachment: LUCENE-2372.patch Updated patch, now also KeywordAnalyzer and PerFieldAnalyzerWrap

Re: IndexWriter memory leak?

2010-04-10 Thread Michael McCandless
Thank you for isolating & raising the issue!! Mike On Sat, Apr 10, 2010 at 1:28 AM, Ruben Laguna wrote: > I just tried the changes that you commited it works beatifully. The readers > are GCed. Thanks for both LUCENE-2387 and LUCENE-2384. Those make a big > difference in my app! > > On Fri, Apr