[
https://issues.apache.org/jira/browse/SOLR-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ahmet Arslan updated SOLR-2291:
-------------------------------
Fix Version/s: 3.6
Affects Version/s: (was: 1.4.1)
3.5
This bug does not exist in trunk. Via the following check :
{code}
if (!returnFields.wantsField(fname)) {
continue;
}
{code}
> JSONWriter.writeSolrDocument() does not respect its Set<String> returnFields
> parameter.
> ---------------------------------------------------------------------------------------
>
> Key: SOLR-2291
> URL: https://issues.apache.org/jira/browse/SOLR-2291
> Project: Solr
> Issue Type: Bug
> Components: Response Writers
> Affects Versions: 3.5
> Reporter: Ahmet Arslan
> Priority: Minor
> Fix For: 3.6
>
> Attachments: SOLR-2291.patch
>
>
> When SolrDocumentList used instead of DocList in the response, (unlike
> XMLWriter), JSONWriter prints all existing fields of a SolrDocument.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]