Re: Welcome Yonik Seeley as committer!

2005-10-24 Thread Chris Hostetter
: Last week I proposed to the Lucene PMC that we make Yonik Seeley a : committer on Lucene Java. I am pleased to announce that other PMC : members agreed. Welcome, Yonik! 1) Wah-Hoo! Yonik is definitely one of the smartest guys I've worked with in the past few years. 2) On the subject of comm

Welcome Yonik Seeley as committer!

2005-10-24 Thread Doug Cutting
Last week I proposed to the Lucene PMC that we make Yonik Seeley a committer on Lucene Java. I am pleased to announce that other PMC members agreed. Welcome, Yonik! Doug - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[jira] Commented: (LUCENE-442) TestIndexModifier.testIndexWithThreads is not valid?

2005-10-24 Thread Daniel Naber (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-442?page=comments#action_12355652 ] Daniel Naber commented on LUCENE-442: - I just committed some updates, could you please check whether it's okay now? > TestIndexModifier.testIndexWithThreads is not valid?

Re: Lock class question

2005-10-24 Thread Marvin Humphrey
On Oct 24, 2005, at 9:12 AM, Doug Cutting wrote: Marvin Humphrey wrote: What are the advantages of the With class? Why not just obtain the lock, run a block, and release the lock? The release should be in a 'finally' block. 'With' enforces that. Ah. No 'finally' blocks in Perl, but I

Re: Lock class question

2005-10-24 Thread Doug Cutting
Marvin Humphrey wrote: What are the advantages of the With class? Why not just obtain the lock, run a block, and release the lock? The release should be in a 'finally' block. 'With' enforces that. Doug - To unsubscribe, e-

[jira] Closed: (LUCENE-455) FieldsReader does not regard offset and position flags

2005-10-24 Thread Bernhard Messer (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-455?page=all ] Bernhard Messer closed LUCENE-455: -- Fix Version: CVS Nightly - Specify date in submission Resolution: Fixed > FieldsReader does not regard offset and position flags > ---