-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.6
-
Component/s: None
-
Labels:None
-
Lucene Fields:New
SimpleBindings holds its bindings as a Map<String, Object>, and then casts things when it builds its value sources. We can instead store a map of Supplier<DoubleValuesSource> and avoid casts entirely.
- links to