[ https://issues.apache.org/jira/browse/SOLR-10680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joel Bernstein updated SOLR-10680: ---------------------------------- Description: The minMaxNormalize Stream Evaluator scales an array of numbers within the specified min/max range. Default to min=0, max=1. Syntax: {code} a = minMaxScale(colA, 0, 1) {code} was: The minMaxNormalize Stream Evaluator scales an array of numbers within the specified min/max range. Syntax: {code} a = minMaxScale(colA, -1, 1) {code} > Add minMaxScale Stream Evaluator > -------------------------------- > > Key: SOLR-10680 > URL: https://issues.apache.org/jira/browse/SOLR-10680 > Project: Solr > Issue Type: New Feature > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Joel Bernstein > Priority: Major > Fix For: 7.2 > > > The minMaxNormalize Stream Evaluator scales an array of numbers within the > specified min/max range. Default to min=0, max=1. > Syntax: > {code} > a = minMaxScale(colA, 0, 1) > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org