[
https://issues.apache.org/jira/browse/SOLR-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509602
]
Ryan McKinley commented on SOLR-280:
------------------------------------
in rev552521, I changed the Float variables to float and default everything to
1.0. if we have wrapper functions, this seems better then autoboxing/checking
null values.
> slightly more efficient SolrDocument implementation
> ---------------------------------------------------
>
> Key: SOLR-280
> URL: https://issues.apache.org/jira/browse/SOLR-280
> Project: Solr
> Issue Type: Improvement
> Reporter: Ryan McKinley
> Assignee: Ryan McKinley
> Priority: Minor
> Attachments: SOLR-280-SolrDocument2-API-Compatibility.patch,
> SOLR-280-SolrDocument2.patch, SOLR-280-SolrDocument2.patch
>
>
> Following discussion in SOLR-272
> This implementation stores fields as a Map<String,Object> rather then a
> Map<String,Collection<Object>>. The API changes slightly in that:
> getFieldValue( name ) returns a Collection if there are more then one fields
> and a Object if there is only one.
> getFirstValue( name ) returns a single value for the field. This is intended
> to make things easier for client applications.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.