This is an automated email from the ASF dual-hosted git repository.
snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
from 674914c8e Prepare for new development after release of 1.22 - bump
version number -> 1.23-SNAPSHOT - update changelog - update year
add b84949911 NUTCH-3064: Upgrade index-geoip to GeoIP2 5.0.2
add c01cc227e NUTCH-3064: Upgrade index-geoip to GeoIP2 5.0.2
add 8186b04a7 NUTCH-3064: Upgrade index-geoip to GeoIP2 5.0.2
add 3ddae0ba0 Merge remote-tracking branch 'origin' into NUTCH-3064
add f36a83656 NUTCH-3064 Upgrade index-geoip to GeoIP2 5.0.2
add 7d05fec64 NUTCH-3064 Upgrade index-geoip to GeoIP2 5.0.2
new 433792770 Merge pull request #825 from lewismc/NUTCH-3064
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
build.xml | 1 +
conf/nutch-default.xml | 91 +++-
src/plugin/build.xml | 2 +-
src/plugin/index-geoip/build.xml | 4 +
src/plugin/index-geoip/ivy.xml | 2 +-
src/plugin/index-geoip/plugin.xml | 5 +-
.../index-geoip/sample/GeoIP2-City-Test.mmdb | Bin 0 -> 22569 bytes
.../sample/GeoIP2-Connection-Type-Test.mmdb | Bin 0 -> 4537 bytes
.../nutch/indexer/geoip/GeoIPDocumentCreator.java | 458 ++++++++++++++++-----
.../nutch/indexer/geoip/GeoIPIndexingFilter.java | 319 +++++++-------
.../indexer/geoip/TestGeoIPIndexingFilter.java | 430 +++++++++++++++++++
src/plugin/indexer-solr/schema.xml | 104 +++--
13 files changed, 1111 insertions(+), 306 deletions(-)
create mode 100644 src/plugin/index-geoip/sample/GeoIP2-City-Test.mmdb
create mode 100644
src/plugin/index-geoip/sample/GeoIP2-Connection-Type-Test.mmdb
create mode 100644
src/plugin/index-geoip/src/test/org/apache/nutch/indexer/geoip/TestGeoIPIndexingFilter.java