[
https://issues.apache.org/jira/browse/SOLR-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan McKinley resolved SOLR-2877.
---------------------------------
Resolution: Fixed
Assignee: Ryan McKinley
Added in trunk and 3.x
I did not add anything to CHANGES.txt since I don't think this is significant
enough
> SolrInputDocument performance improvements
> ------------------------------------------
>
> Key: SOLR-2877
> URL: https://issues.apache.org/jira/browse/SOLR-2877
> Project: Solr
> Issue Type: Improvement
> Components: SearchComponents - other
> Affects Versions: 3.4
> Reporter: Ivan Hrytsyuk
> Assignee: Ryan McKinley
> Labels: SolrInputDocument, capacity, constructor, initial,
> loadfactor, performance
> Fix For: 3.5
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> org.apache.solr.common.SolrInputDocument has only single default constructor.
> Since it's a LinkedHashMap, it's initialised with default initialCapacity=16
> and loadFactor=0.75.
> That produces bad performance in situations when your document contains
> 10000+ different fields.
> org.apache.solr.common.SolrInputDocument class needs to have a constructor
> that allows to specify initialCapacity and loadFactor arguments.
--
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]