This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nutch.git
commit 433792770947f5cebf13898e3b11a78870831f5a Merge: 674914c8e 7d05fec64 Author: Sebastian Nagel <[email protected]> AuthorDate: Tue Feb 17 17:51:49 2026 +0100 Merge pull request #825 from lewismc/NUTCH-3064 NUTCH-3064 Upgrade index-geoip to GeoIP2 5.0.2 .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(-)
