Joel Bernstein created SOLR-10813:
-------------------------------------

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


The arraySort Stream Evaluator sorts an array of numbers by the natural sort 
order. To reverse the sort you can simply reverse the array with the reverse 
function.

Syntax:

{code}
b = arraySort(colA)
c = rev(b)
{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to