0
votes
0answers
16 views
How can I Integrate Nutch in Solr? [closed]
Possible Duplicate:
Using Nutch crawler with Solr
How can I integrate Nutch in Solr and how can I do web crawling with Nutch?
0
votes
1answer
6 views
Problem with running the Nutch command from PHP exec()
My Nutch directory lies in /home/myserv/nutch/nutch-1.0/
My php applictaion is in the diretcory /home/myserv/www/
Theres a a php file in my /home/myserv/www/ diretcory that runs …
0
votes
1answer
19 views
configuring nutch regex-normalize.xml
I am using the Java-based Nutch web-search software. In order to prevent duplicate (url) results from being returned in my search query results, I am trying to remove (a.k.a. norma …
0
votes
1answer
23 views
How to enable follow Redirect in Nutch-1.0
Hello
I am using Nutch-1.0 and I am getting this log entry
2009-11-12 22:13:11,093 INFO httpclient.HttpMethodDirector - Redirect requested but followRedirects is disabled.
How to …
0
votes
1answer
14 views
Nutch issues with crwaling website where the url differes only in termes of parameters passes
Hi,
I am using Nutch to crawl webistes and strangely for one of my webistes, the Nutch crawl returns only two urls, the home page url (http://mysite.com/) and one other.
The urls …
0
votes
2answers
46 views
How can I crawl pdf files that are served on internet using Nutch-1.0 using http protocol
Hi Everyone,
I want to know How can I crawl pdf files that are served on internet using Nutch-1.0 using http protocol
I am able to do it on local file systems using file:// protoc …
1
vote
0answers
19 views
Anyone has worked with a PHP API to read ‘Nutch search engine’ crawl results?
I have set up 'Nutch search engine' to crawl websites.
Now,I need to write an php API to talk to the Nutch search engine.
I need to do 2 things:
1.using a PHP script I need to spe …
-1
votes
1answer
22 views
Crawling Files using http protocol
Hi ,
I have a question about crawling the files that are accessable via http. I am talking about pdf files.
I am not able to do it using Nutch 1.0.
the protocol I am using is sim …
1
vote
3answers
138 views
How an aggregator is built?
Let's say I want to aggregate information related to a specific niche from many sources (could be travel, tech, or whatever).
How would I do that?
Have a spider/crawler who will c …
0
votes
1answer
96 views
Nutch search always returns 0 results
I have set up nutch 1.0 on a cluster. It has been setup and has successfully crawled, I copied the crawl directory using the dfs -copyToLocal and set the value of searcher.dir in t …
0
votes
0answers
36 views
how nutch plugins work?
I am new to nutch, but i know nutch uses Lucene for indexing,which only understands text format.
Nutch have many plug-ins that can is used for crawling the particular format that …
2
votes
2answers
859 views
Using Nutch crawler with Solr
Am I able to integrate Apache Nutch crawler with the Solr Index server?
Edit:
One of our devs came up with a solution from these posts
Running Nutch and Solr
Update for Running …
5
votes
10answers
1k views
How do we create a simple search engine using Lucene, Solr or Nutch?
Our company has thousands of PDF documents. How do we create a simple search engine using Lucene, Solr or Nutch? We'll provide a basic Java/JSP web page were people can type in w …
0
votes
1answer
39 views
how to give a Field more priority in nutch?
Suppose the Field is called "x",
so that when searched,those with Field "x" value matching the query is displayed first,
together with those whose content matches the query?
Cur …
0
votes
2answers
80 views
Why doesn’t Nutch seem to know about “Last-Modified”?
I setup Nutch with a db.fetch.interval.default of 60000 so that I can crawl every day. If I don't, it won't even look at my site when I crawl the next day. But when I do crawl th …
