[MNG-4542] StringSearchModelInterpolator concurrency problem Replaced WeakHashmap + synchronized with a ConcurrentHashMap. This was done after observing no change in memory profile after running all the IT's in the maven embedder with and without this patch. Discussed change with original author of code.