[ https://issues.apache.org/jira/browse/NUTCH-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebastian Nagel reopened NUTCH-1660:
------------------------------------
If the plugin index-geoip is activated in plugin.includes the following exception is thrown:
{noformat}
Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/InjectableValues
at com.maxmind.geoip2.WebServiceClient$Builder.build(WebServiceClient.java:200)
at org.apache.nutch.indexer.geoip.GeoIPIndexingFilter.setConf(GeoIPIndexingFilter.java:168)
at org.apache.nutch.plugin.Extension.getExtensionInstance(Extension.java:159)
at org.apache.nutch.plugin.PluginRepository.getOrderedPlugins(PluginRepository.java:439)
at org.apache.nutch.indexer.IndexingFilters.<init>(IndexingFilters.java:41)
...
Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.databind.InjectableValues
{noformat}
All transitive dependencies should be list as libraries in plugin.xml.
> Index filter for Page's latitude and longitude
> ----------------------------------------------
>
> Key: NUTCH-1660
> URL: https://issues.apache.org/jira/browse/NUTCH-1660
> Project: Nutch
> Issue Type: New Feature
> Affects Versions: 2.2.1
> Reporter: Talat UYARER
> Assignee: Lewis John McGibbney
> Priority: Minor
> Fix For: 1.10
>
> Attachments: NUTCH-1660-trunk.patch, NUTCH-1660-trunkv2.patch, index-more.patch
>
>
> I see some discuss about page's ip storing. I think If we have page's ip, we can index
page's geo position as latitude and longitude. That use for location based searches.
> [~icebergx5] I know you have a patch about this in your secret patches :) Can you share
us ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|