You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/06/16 13:47:06 UTC

[jira] [Commented] (SOLR-8902) ReturnFields can return fields that were not requested

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

ASF subversion and git services commented on SOLR-8902:
-------------------------------------------------------

Commit e9e55d1ef5fd3cccfd80281c5f66ec3486cb98f1 in lucene-solr's branch refs/heads/branch_5_5 from [~steve_rowe]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=e9e55d1 ]

SOLR-8902: branch_6_0 only: use [custom] transformer instead of [geo] transformer in ReturnFieldsTest, since the [geo] transformer, introduced in SOLR-8814 and landing in 6.1, won't be backported to branch_6_0


> ReturnFields can return fields that were not requested
> ------------------------------------------------------
>
>                 Key: SOLR-8902
>                 URL: https://issues.apache.org/jira/browse/SOLR-8902
>             Project: Solr
>          Issue Type: Bug
>          Components: Response Writers
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>            Priority: Minor
>             Fix For: 5.6, 6.0.1, 6.1, 5.5.2, master (7.0)
>
>         Attachments: SOLR-8902-branch_6_0.patch, SOLR-8902.diff
>
>
> It looks like something changed that now returns all fields requested from lucene, not just the ones request from solr.
> This is the difference between 'fields' and 'okFieldNames' in SolrReturnFields.
> The logic here:
> https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/search/SolrReturnFields.java#L141
> adds all the 'fields' to 'okFieldName'
> I think that should be removed



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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