[jira] [Created] (LUCENE-8426) Make ConjunctionSpans protected/public

2018-07-24 Thread Hari Menon (JIRA)
Hari Menon created LUCENE-8426: -- Summary: Make ConjunctionSpans protected/public Key: LUCENE-8426 URL: https://issues.apache.org/jira/browse/LUCENE-8426 Project: Lucene - Core Issue Type:

[jira] [Updated] (LUCENE-8034) SpanNotWeight returns wrong results due to integer overflow

2017-11-06 Thread Hari Menon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Menon updated LUCENE-8034: --- Attachment: LUCENE-8034.patch Updated to remove the asserts on score as it was misleading. We only

[jira] [Updated] (LUCENE-8034) SpanNotWeight returns wrong results due to integer overflow

2017-11-06 Thread Hari Menon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Menon updated LUCENE-8034: --- Attachment: (was: LUCENE-8034.patch) > SpanNotWeight returns wrong results due to integer

[jira] [Commented] (LUCENE-8034) SpanNotWeight returns wrong results due to integer overflow

2017-11-06 Thread Hari Menon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240759#comment-16240759 ] Hari Menon commented on LUCENE-8034: [~rcmuir] That makes sense. I'll make that change. I'll actually

[jira] [Comment Edited] (LUCENE-8034) SpanNotWeight returns wrong results due to integer overflow

2017-11-05 Thread Hari Menon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239836#comment-16239836 ] Hari Menon edited comment on LUCENE-8034 at 11/6/17 2:38 AM: - [~mikemccand]

[jira] [Commented] (LUCENE-8034) SpanNotWeight returns wrong results due to integer overflow

2017-11-05 Thread Hari Menon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239836#comment-16239836 ] Hari Menon commented on LUCENE-8034: [~mikemccand] That's a good question, and actually something I

[jira] [Updated] (LUCENE-8034) SpanNotWeight returns wrong results due to integer overflow

2017-11-03 Thread Hari Menon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Menon updated LUCENE-8034: --- Attachment: LUCENE-8034.patch > SpanNotWeight returns wrong results due to integer overflow >

[jira] [Updated] (LUCENE-8034) SpanNotWeight returns wrong results due to integer overflow

2017-11-03 Thread Hari Menon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Menon updated LUCENE-8034: --- Description: In SpanNotQuery, there is an acceptance condition: {code:java} if

[jira] [Updated] (LUCENE-8034) SpanNotWeight returns wrong results due to integer overflow

2017-11-03 Thread Hari Menon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Menon updated LUCENE-8034: --- Description: In SpanNotQuery, there is an acceptance condition: {code:java} if

[jira] [Created] (LUCENE-8034) SpanNotWeight returns wrong results due to integer overflow

2017-11-03 Thread Hari Menon (JIRA)
Hari Menon created LUCENE-8034: -- Summary: SpanNotWeight returns wrong results due to integer overflow Key: LUCENE-8034 URL: https://issues.apache.org/jira/browse/LUCENE-8034 Project: Lucene - Core