You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Cassandra Targett (Jira)" <ji...@apache.org> on 2021/08/13 22:35:00 UTC

[jira] [Resolved] (SOLR-11607) Add grandSum, sumRows, sumColumns, scalarDivide, scalarMultiply, scalarAdd, scalarSubtract Stream Evaluators

     [ https://issues.apache.org/jira/browse/SOLR-11607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cassandra Targett resolved SOLR-11607.
--------------------------------------
    Fix Version/s: 7.2
         Assignee: Joel Bernstein
       Resolution: Fixed

These have been available for a long time (since 7.2 it looks like), so resolving this as Fixed.

> Add grandSum, sumRows, sumColumns, scalarDivide, scalarMultiply, scalarAdd, scalarSubtract Stream Evaluators
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-11607
>                 URL: https://issues.apache.org/jira/browse/SOLR-11607
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>            Priority: Trivial
>             Fix For: 7.2
>
>         Attachments: SOLR-11607.patch
>
>
> This ticket adds a set of matrix math functions:
> grandSum: sum of all the values in a matrix
> sumRows: returns a vector with sums of all rows
> sumColums: returns a vector with the sums of columns
> scalarAdd: add a number to each entry in the matrix, returns s new matrix
> scalarSubtract: subtracts a number from each entry in the matrix, returns a new matrix
> scalarMultiply: multiplies a number to each entry in the matrix, returns a new matrix
> scalarDivide: divides each entry in a matrix by a number, returns a new matrix



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org