[
https://issues.apache.org/jira/browse/SOLR-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011545#comment-13011545
]
Ryan McKinley commented on SOLR-2444:
-------------------------------------
I am not wild about the field mapping syntax. To display the field 'id' as
'xxx', we use: fl=xxx=id,score
What about using SQL style syntax?
{code}
&fl=id AS xxx,score
{code}
I think this reads better and is less confusing (for me) since there are not so
many = signs
> 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: [email protected]
For additional commands, e-mail: [email protected]