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