Re: Lock-less commits

2006-08-24 Thread Chris Hostetter
If i'm understanding this suggestion correctly, the main change in observable behavior will be that actions performed by a "reader" will never block or invalidate actions performed by a "writer" -- writers on the other hand can still block eachother. This seems like it might be the opposite of wh

Re: Lock-less commits

2006-08-24 Thread Doron Cohen
I would like to discuss an additional approach, that requires small changes to current Lucene implementation. Here, the index version (currently in segments file) is maintained in a separate file, and is used to synchronize between readers and writers, without requiring readers to create/obtain any

Re: Dev platforms - installers

2006-08-24 Thread Lukas Vlcek
Hi Grant, Does it mean you already have maven script for Nutch, Lucene or Hadoop (or all of them)? I would be interested in it. Could you send me it or post somewhere no the web or create wiki page for it? Regards, Lukas On 8/23/06, Grant Ingersoll <[EMAIL PROTECTED]> wrote: Hey Dejan, Don't

Re: [jira] Commented: (LUCENE-664) [PATCH] small fixes to the new scoring.html doc

2006-08-24 Thread Grant Ingersoll
See below On Aug 24, 2006, at 4:17 PM, Michael McCandless (JIRA) wrote: [ http://issues.apache.org/jira/browse/LUCENE-664? page=comments#action_12430293 ] Michael McCandless commented on LUCENE-664: --- OK I did some more small fixes to the section

[jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2006-08-24 Thread Jason Rutherglen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-565?page=comments#action_12430361 ] Jason Rutherglen commented on LUCENE-565: - This IndexWriter seems to work. Thanks. Great work! > Supporting deleteDocuments in IndexWriter (Code and Perf

[jira] Updated: (LUCENE-664) [PATCH] small fixes to the new scoring.html doc

2006-08-24 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-664?page=all ] Michael McCandless updated LUCENE-664: -- Attachment: scoring-small-fixes2.patch > [PATCH] small fixes to the new scoring.html doc > --- > >

[jira] Commented: (LUCENE-664) [PATCH] small fixes to the new scoring.html doc

2006-08-24 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-664?page=comments#action_12430293 ] Michael McCandless commented on LUCENE-664: --- OK I did some more small fixes to the sections "Query Classes" and "Changing Similarity". Just added some m

Re: Dev platforms - installers

2006-08-24 Thread James liu
i think everyone like "one-click installer" 2006/8/23, Dejan Nenov <[EMAIL PROTECTED]>: Hi Grant, We tried Maven, but found it extremely tedious - yes I admit we are influenced by the commercial nature of our work and have to tradeoff our purist software engineering tendencies with pragmatic d