[
https://issues.apache.org/jira/browse/TIKA-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15060182#comment-15060182
]
ASF GitHub Bot commented on TIKA-1803:
--------------------------------------
GitHub user smadha opened a pull request:
https://github.com/apache/tika/pull/65
fix for TIKA-1803 contributed by [email protected]
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/smadha/tika TIKA-1803
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tika/pull/65.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #65
----
commit a55990aa5d6a0c521358123f8d7bbd6947255174
Author: smadha <[email protected]>
Date: 2015-12-16T15:26:23Z
fix for TIKA-1803 contributed by [email protected]
----
> Use lucene-geo-gazetteer REST API in GeoTopicParser
> ---------------------------------------------------
>
> Key: TIKA-1803
> URL: https://issues.apache.org/jira/browse/TIKA-1803
> Project: Tika
> Issue Type: Sub-task
> Components: parser
> Reporter: Madhav Sharan
>
> As of now tika uses lucene-geo-gazetteer CLI to extract co-ordinates of a
> location. CLI requires jvm and lucene to instantiate for every request. With
> all new REST api it will be possible to gain improvement in this space.
> Idea is to create a client of lucene-geo-gazetteer in tika and use it in
> GeoTopicParser
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)