[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-03-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481346 ] Michael McCandless commented on LUCENE-710: --- > I added warnings about this in IndexDeletionPolicy methods.

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-03-15 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481290 ] Doron Cohen commented on LUCENE-710: > If for a given application the developer is concerned > about safety (los

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-03-08 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479511 ] Doron Cohen commented on LUCENE-710: Mike, patching take2 on current trunk fails for IndexFileDeleter.java. pat

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-23 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466926 ] Doron Cohen commented on LUCENE-710: > The deletion policy is called on creation of a writer (onInit) and > once

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-23 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466911 ] Marvin Humphrey commented on LUCENE-710: On Jan 23, 2007, at 2:19 PM, Michael McCandless (JIRA) wrote: > Fir

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466846 ] Michael McCandless commented on LUCENE-710: --- > I found a flaw in my plan. If the read locks are always app

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466840 ] Michael McCandless commented on LUCENE-710: --- > I don't really understand this interface and so I cannot see

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-23 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466749 ] Marvin Humphrey commented on LUCENE-710: I found a flaw in my plan. If the read locks are always applied, the

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-22 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466639 ] Doron Cohen commented on LUCENE-710: Michael McCandless wrote: > The solution I have in mind abstracts away all

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466592 ] Michael McCandless commented on LUCENE-710: --- Quick summary first: OK, as you said (and I agree) I think we

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-21 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466377 ] Marvin Humphrey commented on LUCENE-710: On Jan 19, 2007, at 2:04 PM, Michael McCandless (JIRA) wrote: > *

Re: [jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-21 Thread Otis Gospodnetic
ng forward to his work. Otis - Original Message From: robert engels <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Friday, January 19, 2007 5:28:42 PM Subject: Re: [jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466223 ] Michael McCandless commented on LUCENE-710: --- One clarification on "different deletion policies": to support

Re: [jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-19 Thread robert engels
I don't dispute that NFS is used a lot. I think it is VERY debatable as to whether or not NFS is used in Lucene environments. If there are the type of org to be using NFS to begin with, they are probably more accustom to "server" software, and then you can deploy Lucene with any of this non

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466165 ] Michael McCandless commented on LUCENE-710: --- Doron Cohen wrote: > This ties solving the NFS issue with an

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466164 ] Michael McCandless commented on LUCENE-710: --- OK, a few top level summary comments and then some specifics b

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-19 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466126 ] Doron Cohen commented on LUCENE-710: > * Second, change how IndexFileDeleter works: have it keep track of >

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-19 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466122 ] Marvin Humphrey commented on LUCENE-710: There are two sections in the previous comment that are supposed to

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-19 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466117 ] Marvin Humphrey commented on LUCENE-710: (This is a continuation of the discussion from one of the threads qu

Re: [jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-19 Thread Otis Gospodnetic
- Original Message From: Michael McCandless (JIRA) <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Friday, January 19, 2007 10:10:30 AM Subject: [jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantic

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466073 ] Michael McCandless commented on LUCENE-710: --- There has been some great design discussions / iterations rece