[
https://issues.apache.org/jira/browse/NUTCH-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292680#comment-16292680
]
ASF GitHub Bot commented on NUTCH-2362:
---------------------------------------
sebastian-nagel opened a new pull request #262: NUTCH-2362 Upgrade MaxMind
GeoIP version in index-geoip
URL: https://github.com/apache/nutch/pull/262
- upgrade to recent version 2.10.0
- as there are no unit tests, tested with indexchecker:
```
$ bin/nutch indexchecker -Dstore.ip.address=true
-Dindex.geoip.usage=cityDatabase \
-Dplugin.includes="protocol-http|parse-html|index-(basic|geoip)"
http://www.example.com/
fetching: http://www.example.com/
robots.txt whitelist not configured.
parsing: http://www.example.com/
contentType: text/html
countryIsoCode : US
postalCode : 02061
title : Example Domain
accRadius : 50
content : Example Domain
Example Domain
This domain is established to be used for illustrative examples in doc
cityName : Norwell
digest : 09b9c392dc1f6e914cea287cb6be34b0
host : www.example.com
id : http://www.example.com/
continentCode : NA
cityGeoNameId : 4945936
ip : 93.184.216.34
countryGeoName : 6252001
timeZone : America/New_York
subDivName : Massachusetts
url : http://www.example.com/
subDivIdoCode : MA
subDivGeoNameId : 6254926
tstamp : Fri Dec 15 16:16:19 CET 2017
latLon : 42.1508,-70.8228
metroCode : 506
continentGeoNameId : 6255149
countryName : United States
continentName : North America
```
(requires to work around
[NUTCH-2482](https://issues.apache.org/jira/browse/NUTCH-2482))
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Upgrade MaxMind GeoIP version in index-geoip
> --------------------------------------------
>
> Key: NUTCH-2362
> URL: https://issues.apache.org/jira/browse/NUTCH-2362
> Project: Nutch
> Issue Type: Improvement
> Components: plugin
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Minor
> Fix For: 1.14
>
>
> Current version of GeoIP dependency is 2.8.1, we should upgrade
> http://search.maven.org/#search|gav|1|g%3A%22com.maxmind.geoip2%22%20AND%20a%3A%22geoip2%22
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)