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

Yonik Seeley commented on SOLR-2133:
------------------------------------

Related: we should throw an exception if there is unexpected trailing stuff 
after parsing a value source.
For example, today a query of defType=func&q=10,20 parses the 10 and silently 
ignores the rest.

The behavior to parse multiple until the end of the string needs to be optional 
and configurable so we can only do it during parsing of sub-value sources.  If 
multiple value sources are parsed, they would presumably be returned as a 
VectorValueSource.

> ability to parse multiple value sources
> ---------------------------------------
>
>                 Key: SOLR-2133
>                 URL: https://issues.apache.org/jira/browse/SOLR-2133
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>
> To enable things like this:
> q=dist($pt)&pt=10,20
> The function query parser needs to have the option of parsing a list of value 
> sources rather than just one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to