Description
While using TIKA-server we observed that GeoTopic parser started holding state and returned all the location retrieved for any previous request.
This was happening as mutable object org.apache.tika.parser.geo.topic.NameEntityExtractor was initialised once and then was reused by all request.
As part of this fix org.apache.tika.parser.geo.topic.NameEntityExtractor is recreated for every request.