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

2017-05-19 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018223#comment-16018223 ] Dennis Gove commented on SOLR-10292: [~varunthacker], thank you. I've corrected this. > Add cartesian

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

2017-05-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018222#comment-16018222 ] ASF subversion and git services commented on SOLR-10292: Commit

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

2017-05-19 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018165#comment-16018165 ] Varun Thacker commented on SOLR-10292: -- Hi Dennis, Can we close out this issue with "Fix Version as

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

2017-03-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15933503#comment-15933503 ] ASF subversion and git services commented on SOLR-10292: Commit

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

2017-03-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15933426#comment-15933426 ] ASF subversion and git services commented on SOLR-10292: Commit

[jira] [Commented] (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:comment-tabpanel=15930824#comment-15930824 ] Dennis Gove commented on SOLR-10292: My concern with relying on sort() is that it requires reading all

[jira] [Commented] (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:comment-tabpanel=15930428#comment-15930428 ] Joel Bernstein commented on SOLR-10292: --- For the read() implementation I think each cartesian

[jira] [Commented] (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:comment-tabpanel=15930412#comment-15930412 ] Joel Bernstein commented on SOLR-10292: --- We could skip the productSort all together and rely on the

[jira] [Commented] (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:comment-tabpanel=15930354#comment-15930354 ] Dennis Gove commented on SOLR-10292: Also, in search of a better parameter name than "productSort". I

[jira] [Commented] (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:comment-tabpanel=15930135#comment-15930135 ] Joel Bernstein commented on SOLR-10292: --- Here are some text cartesian operations that might be

[jira] [Commented] (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:comment-tabpanel=15929953#comment-15929953 ] Dennis Gove commented on SOLR-10292: I like this. Also, a new set of evaluator types which return

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

2017-03-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15929822#comment-15929822 ] Joel Bernstein commented on SOLR-10292: --- Here is a potential pipeline: {code}

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

2017-03-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15929818#comment-15929818 ] Joel Bernstein commented on SOLR-10292: --- I was basing the name off of this:

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

2017-03-16 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15929350#comment-15929350 ] Dennis Gove commented on SOLR-10292: I'm not a huge fan of the function name, but feature-wise I think