[ 
https://issues.apache.org/jira/browse/SOLR-10753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026348#comment-16026348
 ] 

Dennis Gove commented on SOLR-10753:
------------------------------------

The array itself isn't doing the vector math operations, though. Right? I'd 
think it'd be up to the function doing the math operation to validate its 
input, which means accepting a list that could be filled with anything is 
alright - cause it'll be validated anyway.

I'm concerned that there'll end up being a lot of very similar things used for 
very different reasons. And users will be confused about when to use which.

> Add array Stream Evaluator
> --------------------------
>
>                 Key: SOLR-10753
>                 URL: https://issues.apache.org/jira/browse/SOLR-10753
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>             Fix For: master (7.0)
>
>         Attachments: SOLR-10753.patch
>
>
> The *array* Stream Evaluator returns an array of numbers. It can contain 
> numbers and evaluators that return numbers.
> Syntax:
> {code}
> a = array(1, 2, 3, 4, 5, 6)
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to