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

Ryan McKinley commented on SOLR-2444:
-------------------------------------

I debated different ways to pass parameters to transformers, and now think i 
like the simple short method:
{code}
&fl=field,_transformer:args_,...
{code}
Another option would be to reuse the LocalParams syntax... something like:
{code}
&fl=field,{!transformer name=explain style=html},score
{code}
but that feels a bit ridiculous and most transformers don't need arguments and 
the few that do just take simple ones.

thoughts?

> support wildcards in fl parameter, improve DocTransformer parsing
> -----------------------------------------------------------------
>
>                 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