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
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.