Re: Mark Miller as core Lucene committer

2008-11-21 Thread Andrew Zhang
recognition the PMC has voted to make him a > core committer. > > Cheers, > Grant > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Best regar

Re: FileNotFoundException during IndexWriter#commit in lucene-2.4.0

2008-11-21 Thread Andrew Zhang
;d in 2.4 as well as 2.3 (it won't corrupt > your index). It's OS/hardware crashes, power loss, etc, where 2.3 could > corrupt the index but 2.4 shouldn't. > > Mike > > > Andrew Zhang wrote: > > Hi, >> >> I met FileNotFoundException when u

FileNotFoundException during IndexWriter#commit in lucene-2.4.0

2008-11-20 Thread Andrew Zhang
xWriter.java:1902) at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1880) -- Best regards, Andrew Zhang db4o - database for Android: www.db4o.com http://zhanghuangzhu.blogspot.com/

[jira] Closed: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-16 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zhang closed LUCENE-1454. Resolution: Invalid The index is not corrupted. Caused by the misleading message given by luke

[jira] Commented: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-16 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647963#action_12647963 ] Andrew Zhang commented on LUCENE-1454: -- Michael McCandless - 16/Nov/08 05:0

[jira] Commented: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-16 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647961#action_12647961 ] Andrew Zhang commented on LUCENE-1454: -- After looking at the source cod

[jira] Commented: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-16 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647957#action_12647957 ] Andrew Zhang commented on LUCENE-1454: -- Thanks Michael! Interesting. CheckI

[jira] Updated: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-15 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zhang updated LUCENE-1454: - Description: Hi, I found corrupted index produced by lucene-2.4. I can't find a w

[jira] Updated: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-15 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zhang updated LUCENE-1454: - Attachment: index.zip > Corrupted index produced by lucene

[jira] Created: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-15 Thread Andrew Zhang (JIRA)
: 2.4 Reporter: Andrew Zhang Attachments: index.zip Hi, I found corrupted index produced by lucene-2.4. I can't find a way to reproduce it. My machine was shutdown abnormally when the application was running. The corrupted index is attached. Would anyone please take a

Re: Query syntax improvement: Add one boundary range query syntax

2008-11-04 Thread Andrew Zhang
gt; > > but commiting a chacne like that to the existing Lucene QueryParser might > break things for some people (although it seems unlikely) > > > > -Hoss > > > ----- > To unsubscribe, e-mail: [EMAIL PROTE

Query syntax improvement: Add one boundary range query syntax

2008-10-27 Thread Andrew Zhang
ethod. So if QueryParser is a bit smarter, it can be done easily. What's your idea? Thanks! -- Best regards, Andrew Zhang db4o - database for Android: www.db4o.com http://zhanghuangzhu.blogspot.com/

The behavior of BooleanQuery#setMaxClauseCount

2008-10-23 Thread Andrew Zhang
Hi, As we know, wildcard query may take a lot of time, especially when there're lots of term matches. It seems there's no way to find a way to configure max count of matched terms. BooleanQuery#setMaxClauseCount API is close to the goal, but it throws TooManyClauseException when it exceeds the limi

Re: Make auto fix delay configurable in CheckIndex.checkIndex?

2008-09-07 Thread Andrew Zhang
u can call fix directly from your code. Great! I see the fix in the patch. Thanks a lot, Mike! > > > Mike > > > Andrew Zhang wrote: > > >> >> On Sat, Sep 6, 2008 at 12:01 AM, Michael McCandless < >> [EMAIL PROTECTED]> wrote: >> >>

Re: Make auto fix delay configurable in CheckIndex.checkIndex?

2008-09-06 Thread Andrew Zhang
checker.check(); if(!ok) { checker.fix(); // or do some other thing? } > > > Mike > > > Andrew Zhang wrote: > > Hi, >> >> Currently, CheckIndex.checkIndex sleeps 5 seconds before fixing corrupted >> index. Does it make sense to make it configurable? Some a

Make auto fix delay configurable in CheckIndex.checkIndex?

2008-08-31 Thread Andrew Zhang
Hi, Currently, CheckIndex.checkIndex sleeps 5 seconds before fixing corrupted index. Does it make sense to make it configurable? Some applications just want to fix it asap. -- Best regards, Andrew Zhang db4o - database for Android: www.db4o.com http://zhanghuangzhu.blogspot.com/

Re: IndexReaderWriter

2008-08-20 Thread Andrew Zhang
ader before commit? > > > Thanks! > > Jason Rutherglen > -- Best regards, Andrew Zhang db4o - database for Android: www.db4o.com http://zhanghuangzhu.blogspot.com/

Re: detected corrupted index / performance improvement

2008-02-06 Thread Andrew Zhang
> > > > -- DM > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Best regards, Andrew Zhang db4o - database for Android: www.db4o.com http://zhanghuangzhu.blogspot.com/

[jira] Commented: (LUCENE-1044) Behavior on hard power shutdown

2008-01-20 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560789#action_12560789 ] Andrew Zhang commented on LUCENE-1044: -- Hi, Any progress on this issue? I f