[jira] [Updated] (SOLR-10292) Add cartesian Streaming Expression to build cartesian products from multi-value fields and text fields

2017-03-19 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-10292: --- Attachment: SOLR-10292.patch I think this is ready to go. I've decided to be explicit and register it

[jira] [Updated] (SOLR-10292) Add cartesian Streaming Expression to build cartesian products from multi-value fields and text fields

2017-03-19 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-10292: --- Attachment: SOLR-10292.patch Tests added and passing. This does not add any additional evaluators. I

[jira] [Updated] (SOLR-10292) Add cartesian Streaming Expression to build cartesian products from multi-value fields and text fields

2017-03-17 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-10292: --- Attachment: SOLR-10292.patch Fixes a missed case in FieldEvaluator. Now this turns both object arrays

[jira] [Updated] (SOLR-10292) Add cartesian Streaming Expression to build cartesian products from multi-value fields and text fields

2017-03-17 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-10292: --- Attachment: SOLR-10292.patch Includes an implementation of read(). Also, updates FieldEvaluator to su

[jira] [Updated] (SOLR-10292) Add cartesian Streaming Expression to build cartesian products from multi-value fields and text fields

2017-03-17 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-10292: --- Attachment: SOLR-10292.patch Implements everything except the read() function. Expression is {code}

[jira] [Updated] (SOLR-10292) Add cartesian Streaming Expression to build cartesian products from multi-value fields and text fields

2017-03-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10292: -- Summary: Add cartesian Streaming Expression to build cartesian products from multi-value fields