0
votes
2answers
52 views

how to switch off / on indexing in a web page

I'm using Nutch 1.6 and Solr 4.3 on Ubuntu Server 12.04 I would like to switch on and off content indexing. Is there a way to specify this behaviour in my HTML pages so that Solr can behave ...
0
votes
1answer
55 views

What is link graph database

While checking documentation of some of the open source web crawlers like Apache Nutch, Apache Tika; I frequently encountered "link graph database" term. Can anyone summarize about it?
1
vote
2answers
478 views

how to parse html with nutch and index specific tag to solr?

i have installed nutch and solr for crawling a website and search in it; as you know we can index meta tags of webpages into solr with parse meta tags plugin of ...
0
votes
1answer
786 views

tika installation

I integrated Tika with Solr following the instructions provided in this link Correct me if I am wrong, it seems to me that it can index the document files(pdf,doc,audio) located on my own system ...
0
votes
2answers
721 views

use tika in nutch plugin

In nutch I'm implementing a plug-in that will get the content of webpages and process them in special way. My main problem is I want to convert webpages to plainText to be able to processed,, I read ...
0
votes
0answers
58 views

LanguageIdentifierUpdateProcessor solr

I am using LanguageIdentifierUpdateProcessor for detecting languge and accordingly applying analysers to fields in solr, in my solrconfig.xml i have whitelisted two languages en and hi, and threshold ...