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

Yonik Seeley commented on SOLR-2444:
------------------------------------

Yep, we get the full power/familiarity of local params, including param 
substitution (e.g. myvar=$other_request_param)

bq. I updated Transformers to take a Map<String,String> that is parsed using 
the LocalParams syntax.

In the template parsing code I committed first, I had used SolrParams... one 
reason being that for some time I've thought that we might want multi-valued 
parameters in localParams.  If back compat of transformers isn't a big deal, we 
can change Map<String,String> to Map<String,String[]> later... but it seems 
like the additional parsing logic of SolrParams might add enough value to use 
that instead of a bare Map anyway?

> Update fl syntax to support: pseudo fields, AS, transformers, and wildcards
> ---------------------------------------------------------------------------
>
>                 Key: SOLR-2444
>                 URL: https://issues.apache.org/jira/browse/SOLR-2444
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ryan McKinley
>         Attachments: SOLR-2444-fl-parsing.patch, SOLR-2444-fl-parsing.patch
>
>
> The ReturnFields parsing needs to be improved.  It should also support 
> wildcards

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to