[jira] [Updated] (LUCENE-5325) Move ValueSource and FunctionValues under core/

2016-12-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5325: -- Attachment: LUCENE-5325-6x-matchingbits.patch bq. shouldn't it check docsWithField? Hm,

[jira] [Updated] (LUCENE-5325) Move ValueSource and FunctionValues under core/

2016-12-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5325: -- Attachment: LUCENE-5325-6x.patch The patch for 6x is slightly different, as the DocValues

[jira] [Updated] (LUCENE-5325) Move ValueSource and FunctionValues under core/

2016-12-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5325: -- Attachment: LUCENE-5325.patch Final patch, to apply after LUCENE-7607. > Move ValueSource and

[jira] [Updated] (LUCENE-5325) Move ValueSource and FunctionValues under core/

2016-12-28 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5325: -- Attachment: LUCENE-5325.patch Thanks for the review, Adrien. Here's an updated patch: *

[jira] [Updated] (LUCENE-5325) Move ValueSource and FunctionValues under core/

2016-12-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5325: -- Attachment: LUCENE-5325.patch Waking this one up again. Here's a patch that takes into

[jira] [Updated] (LUCENE-5325) Move ValueSource and FunctionValues under core/

2016-04-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5325: -- Attachment: LUCENE-5325.patch You're right, it is unrelated, and there's a way around it, I

[jira] [Updated] (LUCENE-5325) Move ValueSource and FunctionValues under core/

2016-04-12 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5325: -- Attachment: LUCENE-5325.patch Another iteration, this time pushing access to Scores entirely

[jira] [Updated] (LUCENE-5325) Move ValueSource and FunctionValues under core/

2016-04-12 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5325: -- Attachment: LUCENE-5325.patch Updated patch, nuking setScorer() and exists(). There's a bit

[jira] [Updated] (LUCENE-5325) Move ValueSource and FunctionValues under core/

2016-04-12 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5325: -- Attachment: LUCENE-5325.patch Patch. To keep it simple, I've just added DoubleValues /