Madhav Sharan created TIKA-1834:
-----------------------------------
Summary: Fix for GeoTopic parser holding state while running Tika
server
Key: TIKA-1834
URL: https://issues.apache.org/jira/browse/TIKA-1834
Project: Tika
Issue Type: Sub-task
Components: parser
Affects Versions: 1.12
Environment: All
Reporter: Madhav Sharan
Fix For: 1.12
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)