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

2006-08-26 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-664?page=comments#action_12430812 ] Grant Ingersoll commented on LUCENE-664: Hi Michael, Correct me if I am wrong, but does the second patch include the first patch, too? I have already com

[jira] Commented: (LUCENE-635) [PATCH] Decouple locking implementation from Directory implementation

2006-08-26 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-635?page=comments#action_12430748 ] Yonik Seeley commented on LUCENE-635: - > I would lean towards keeping the small change to "setDisabledLocks()". > Meaning, it's only when you create a FSDirecto

Re: Lock-less commits

2006-08-26 Thread Yonik Seeley
On 8/25/06, Doron Cohen <[EMAIL PROTECTED]> wrote: In this highly interactive search scenario is it true that every opened searcher needs a directory listing? - If so is this a possible performance hit for the searchers, similar to discussion in this thread for writers. But we should worry more f

[jira] Commented: (LUCENE-665) temporary file access denied on Windows

2006-08-26 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-665?page=comments#action_12430740 ] Michael McCandless commented on LUCENE-665: --- I'm having trouble reproducing this issue. I copied the TestInterleavedAddAndRemoves.java into src/test/org

[jira] Commented: (LUCENE-665) temporary file access denied on Windows

2006-08-26 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-665?page=comments#action_12430737 ] Michael McCandless commented on LUCENE-665: --- It may make more sense to trap "Access Denied" in the lock.obtain, but then translate this into "the lock wa

[jira] Commented: (LUCENE-665) temporary file access denied on Windows

2006-08-26 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-665?page=comments#action_12430732 ] Michael McCandless commented on LUCENE-665: --- Doron, just to confirm, is it the COMMIT lock that's throwing these unhandled exceptions (not the WRITE lock

Re: Lock-less commits

2006-08-26 Thread Michael McCandless
Doron Cohen wrote: In my local changes (using numbered files) for lock-less commits, I've implemented Yonik's suggestsion of opening segments in reverse order, and this has definitely reduced the number of "retries" that the searchers hit on opening the index. Even in highly interactive searchin