-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: contrib - LTR
-
Labels:None
Stanislav Livotov wrote in SOLR-12688:
... LTRScoringModel was a mutable object. It was leading to the calculation of hashcode on each query, which in turn can consume a lot of time ... So I decided to make LTRScoringModel immutable and cache hashCode calculation. ...
(Please see SOLR-12688 description for overall context and analysis results.)