Possible perf improvement in UnInvertedField by using syncronizing on
CreationPlaceholder
-----------------------------------------------------------------------------------------
Key: SOLR-1805
URL: https://issues.apache.org/jira/browse/SOLR-1805
Project: Solr
Issue Type: Improvement
Components: search
Reporter: Hoss Man
UnInvertedField.getUnInvertedField could probably see some performance
improvements in the creation of new UnInvertedField instances if it started
synchronizing on a CreationPlaceholder object akin to what FieldCacheImpl
does...
http://old.nabble.com/Why-synchronized-access-to-FieldValueCache-in-getUninvertedField.java-to27672399.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.