[jira] Updated: (LUCENE-941) Benchmark alg line - {[AddDoc(4000)]: 4} : * - causes an infinite loop

2007-09-16 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-941: --- Attachment: lucene-941-patch.txt Previous fix did not cover the case of a ResetInput task after exhau

[jira] Commented: (LUCENE-1001) Add Payload retrieval to Spans

2007-09-16 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527863 ] Paul Elschot commented on LUCENE-1001: -- My mistake, I thought Spans was an abstract class, but it is an interfa

[jira] Commented: (LUCENE-1001) Add Payload retrieval to Spans

2007-09-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527856 ] Grant Ingersoll commented on LUCENE-1001: - This also blurs the line more between payloads and Spans, I sugge

[jira] Updated: (LUCENE-1001) Add Payload retrieval to Spans

2007-09-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1001: Description: It will be nice to have access to payloads when doing SpanQuerys. See http:/

[jira] Commented: (LUCENE-1001) Add Payload retrieval to Spans

2007-09-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527855 ] Grant Ingersoll commented on LUCENE-1001: - Do you mean in a separate interface? I suppose I should for back

[jira] Commented: (LUCENE-1001) Add Payload retrieval to Spans

2007-09-16 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527837 ] Paul Elschot commented on LUCENE-1001: -- Could you put this in a subclass of Spans? A little while ago I sugges

Re: Spans questions

2007-09-16 Thread Paul Elschot
Meanwhile it occurred to me that your situation is about containment of spans, and the one currently implemented is about overlaps and order. Containment is actually a special case of overlap, but with containment there is less need to talk about order. Perhaps span containment could even be treat