I have two webpages with identical contents but different in URL. One URL is started with http://www.XXX.com The other is started with http://xxx.com. After I use Solrdedup to remove duplicate data in Solr. I find that the two are remain there. Does anyone know what's going on here?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The nutch schema defines id (= url) as the unique key. If that is not ok for you, then change it. The corresponding line in the schema.xml is:
But the better soulution may be to do the following: If you can access your server by
and by
you should consider to crawl only one of them using regex-url filters to prevent duplicates. |
|||
|
|