Joel Bernstein created SOLR-11374:
-------------------------------------

             Summary: Add movingMedian Stream Evaluator
                 Key: SOLR-11374
                 URL: https://issues.apache.org/jira/browse/SOLR-11374
             Project: Solr
          Issue Type: New Feature
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Joel Bernstein


The movingMedian stream evaluator is an alternative to the movingAvg stream 
evaluator.

Syntax:

{code}
movingMedian(colA, 30)
{code}

The example above returns an array containing the 30 day moving median for colA.





--
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

Reply via email to