: 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
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
[
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?
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
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-
[ 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
> ---