Package org.apache.nutch.indexer.geoip
This plugin implements an indexing filter which takes advantage of the GeoIP2-java API.
The third party library distribution provides an API for the GeoIP2 Precision web services and databases. The API also works with the free GeoLite2 databases.
-
Class Summary Class Description GeoIPDocumentCreator Simple utility class which enables efficient, structuredNutchDocument
building based on input fromGeoIPIndexingFilter
, where configuration is also read.GeoIPIndexingFilter This plugin implements an indexing filter which takes advantage of the GeoIP2-java API.