Jonathan Mamou is out of the office.

2009-05-28 Thread Jonathan Mamou
I will be out of the office starting 27/05/2009 and will not return until 31/05/2009. I will respond to your message when I return. - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands,

[jira] Commented: (LUCENE-1542) NearSpansUnordered.getPayload does not always return the correct payloads when terms are located at the same position

2009-05-06 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12706365#action_12706365 ] Jonathan Mamou commented on LUCENE-1542: I think that the bug is not related

[jira] Commented: (LUCENE-1465) NearSpansOrdered.getPayload does not return the payload from the minimum match span

2008-12-22 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12658530#action_12658530 ] Jonathan Mamou commented on LUCENE-1465: Mark, I would expect to get 0,0,3,6,7,7

[jira] Updated: (LUCENE-1465) NearSpansOrdered.getPayload does not return the payload from the minimum match span

2008-12-01 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Mamou updated LUCENE-1465: --- Attachment: Test.java Hi It seems that the fix does not cover the case where 2 terms

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

2008-11-17 Thread Jonathan Mamou
Hi, Here is the relevant code. I would expect to obtain 10 pos: 10 pos: 11 while I obtain 10 pos: 0 pos: 11 import java.io.StringReader; import java.util.Collection; import java.util.Iterator; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; import

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

2008-11-17 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12648259#action_12648259 ] Jonathan Mamou commented on LUCENE-1001: Hi, Here is the relevant code. I would

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

2008-11-16 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647965#action_12647965 ] Jonathan Mamou commented on LUCENE-1001: Hi, I use getPayloadSpans to get

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

2008-11-16 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647978#action_12647978 ] Jonathan Mamou commented on LUCENE-1001: In my document, I have term1

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

2008-05-01 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Mamou updated LUCENE-1001: --- Comment: was deleted Add Payload retrieval to Spans

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

2008-04-30 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12593362#action_12593362 ] Jonathan Mamou commented on LUCENE-1001: Is this patch also compatible with Lucene