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

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

Ok, so it seems like we're agreeing on two different usecases.

For user directly asking for functions, we'll support (as we already do today)
fl=a,b,foo(c),d

And if the user wants to change the name, they can use "mykey:foo(c)"

And for separately setting up fields that a user *could* add to fl w/o needing 
to know where they come from,
we can support
field.mykey=foo(c)

It seems like the latter should almost be a separate issue - IMO, it's not as 
immediately important, and there are other issues to figure out (like how to 
specify if it's implicit and included with *, or with globs, or if it's only 
added if explicitly listed).

> 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