Nutch is open source web-search software. It builds on Lucene and Solr, adding web-specifics, such as a crawler, a link-graph database, parsers for HTML and other document formats, etc.
2
votes
1answer
36 views
How to read urls from different files and set different depth for crawling?
I want to have two files seed.txt and seed2.txt and in each file to have different urls. In seed.txt the depth for crawling i want to be for ex. 2 and in seed2.txt the depth to be 3. Is there any ...
2
votes
1answer
95 views
How can i crawl page but without fetching video/image content in nutch 2.1?
I want to crawl a page and I need to take only the HTML itself, avoiding all images/videos etc...
Is it possible to do this?
Thanks in advance.
2
votes
1answer
366 views
nutch-solr: Formatting date from web page metadata into correct Solr format
I am currently configuring nutch and solr to index web pages and their metadata.
There are metadata tags containing dates in the format yyyy-mm-dd, hence they miss the required time format extension ...
2
votes
1answer
1k views
get out links from nutch
I am using nutch 1.3 to crawl a website. I want to get a list of urls crawled, and urls originating from a page.
I get list of urls crawled using readdb command.
bin/nutch readdb crawl/crawldb ...
2
votes
1answer
1k views
Adding URL parameter to Nutch/Solr index and search results
I can't find any hint on how to setup nutch to NOT filter/remove my URL parameters. I want to crawl and index some pages where lots of content is hidden behind the same base URLs (like /news.jsp?id=1 ...
2
votes
2answers
686 views
Re-crawling websites fast
I am developing a system that has to track content of few portals and check changes every night (for example download and index new sites that have been added during the day). Content of this portals ...
2
votes
2answers
2k views
2
votes
1answer
97 views
How to Open an Ant project (Nutch Source) at Intellij Idea?
I want to open Nutch 2.1 source file (http://www.eu.apache.org/dist/nutch/2.1/) at Intellij IDEA. Here is an explanation of how to open it at Eclipse: http://wiki.apache.org/nutch/RunNutchInEclipse
...
2
votes
1answer
226 views
What is a good Java-based crawler for an academic project regarding building a search engine?
Okay, so I have been looking for the last two days for a crawler that suits my needs. I want to build a search engine and I want to do the indexing myself. This will be part of an academic project. ...
2
votes
0answers
124 views
How to index new data with Solr 4.0 when the database is updated?
I have a database populated with fetched and parsed web pages. Does Solr know automatically which of the columns are updated to index only the changes? Or should i make my own java code or something ...
2
votes
0answers
491 views
Error while indexing in solr data crawled by nutch
I am starting working with nutch and solr and I have a problem with integrating Solr with Nutch. I followed the tutorial: http://wiki.apache.org/nutch/NutchTutorial and after using:
bin/nutch crawl ...
2
votes
2answers
428 views
nutch inject with hbase NoSuchMethodError
When I try and run nutch I am presented with the following error. I have hbase-0.94.0 installed and running, hadoop is running also with no problems. in ${NUTCH_HOME}/runtime/local/lib ...
2
votes
2answers
107 views
Configure Nutch to only index specific filetypes in Solr
I am looking for a way to configure Nutch to crawl the web, but only index certain types of files (XML to be specific) into Solr. I'm pretty sure a custom plugin would do the job, probably based on ...
2
votes
2answers
481 views
How to log execution of a nutch plugin
I am working hard in building custom nutch plugin with special requirements.
I found my plugin mentioned in hadoop.log but it was not relevant.
I added LOG.debug("test") and LOG.info("test2") in ...
2
votes
1answer
214 views
Solr: I have set `hl=true` but no summaries are being output
I need to get snippets from documents where the query terms are matched to be able to output results similar to Google's snippet beneath the website URL. For example:
Snippet - Wikipedia, the free ...
2
votes
1answer
1k views
Setup Nutch 1.3 and Solr 3.1
I am trying to get nutch 1.3 and solr 3.1 working together.
Note: I am using Windows and have Cygwin installed.
I have nutch installed and did a basic crawl (running from runtime/local)
...
2
votes
1answer
87 views
How can I ensure certain hadoop jobs dont end up running in the same datanode when using Fair Scheduler?
When using the nutch crawler, the fetch jobs are created such that URLs from same host end up in a single data node to maintain crawl politeness(1 QPS). However, certain hosts allow more than 1 QPS ...
2
votes
2answers
321 views
whether method cancel() and method interrupt() do the duplicate job?
I read the source of org.apache.nutch.parse.ParseUtil.runParser(Parser p, Content content).
Do these two method calls do the same thing:
Instruction 1:
t.interrupt();
Instruction 2:
...
2
votes
1answer
2k views
Apache Nutch: No URLs to fetch - check your seed list and URL filters
I'm using nutch 1.2. When I run the crawl command like so:
bin/nutch crawl urls -dir crawl -depth 2 -topN 1000
Injector: starting at 2011-07-11 12:18:37
Injector: crawlDb: crawl/crawldb
Injector: ...
2
votes
0answers
208 views
Bypassing authentication for localhost in order to implement search in Etherpad
I'm trying to implement Nutch + Solr based search engine into my Etherpad installation. The main issue I'm having is that Nutch doesn't support POST authentication. Etherpad and Nutch are installed on ...
2
votes
3answers
887 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:
using a PHP script I need to specify to Nutch as to ...
2
votes
1answer
1k views
Give comparision of Nutch Vs Heritrix
I want to select one of the above for building a crawling framework for specific web sites. This is not an internet-wide crawl. I am not building a search index, and rather interested in scraping ...
1
vote
2answers
954 views
How do I save the origin html file with Apache Nutch
I'm new to search engines and web crawlers. Now I want to store all the original pages in a particular web site as html files, but with Apache Nutch I can only get the binary database files. How do I ...
1
vote
1answer
278 views
what is going on inside of Nutch 2?
I eager to know (and have to know) about the nutch and its algorithms (because it relates to my project) that it uses to fetch,classify,...(generally Crawling).
I read this material but its a little ...
1
vote
2answers
822 views
Suggestion for building search engine using Django
Im new in web crawling. I'm going to build a search engine which the crawler saves Rapidshare links including URL where that Rapidshare links found...
In other words, I'm going to build a website ...
1
vote
5answers
2k views
Nutch problem: java.lang.NoClassDefFoundError
I'm trying to run Nutch on my Windows machine. I have Nutch, Java, Tomcat, and Cygwin installed. When I try to run the crawl command in Cygwin, I get the following error:
...
1
vote
2answers
775 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 the next day, every ...
1
vote
2answers
62 views
Run nutch in OSGI environment
I am new to OSGI framwork So this question might seem silly.
Can we run Apache Nutch 1.4 in OSGI framework. I want to create an OSGI bundle of nutch. I am using eclipse indigo to compile the Nutch ...
1
vote
2answers
633 views
Should I deploy on GAE or AWS?
GAE:
+1 Servlet Container ready (+ JVM6)
+2 openid out-of-the-box support /API
-1 JPA2.0 restrictions (inc. - no criteria API)
-2 I cannot use nutch
AWS:
-1 I've to manage a server.
-2 I've to ...
1
vote
3answers
38 views
Latest compatible versions of Nutch and Solr
I see different combinations of Nutch and Solr versions being used by people posting about this subject on the web.
Which are the latest stable (non beta) and compatible versions of Nutch and Solr ...
1
vote
1answer
107 views
Is it possible to store in solr full html page source code?
In my previous question I got answer that I can store small index (few sites) data in solr without using any data base (Is it posible store data in solr?). I wonder, if it is possible to store full ...
1
vote
1answer
486 views
Nutch regex-urlfilter syntax
I am running Nutch v. 1.6 and it is crawling specific sites correctly, but I can't seem to get the syntax correct for the file NUTCH_ROOT/conf/regex-urlfilter.txt.
The site I want to crawl has a URL ...
1
vote
2answers
113 views
“Fatal Error” following nutch tutorial “markup in the document following the root must be well formed”
I'm following the tutorial for Apache Nutch.
I have the conf/nutch-site.xml configured like so:
<property>
<name>http.agent.name</name>
<value>Nutch Spidah</value>
...
1
vote
2answers
338 views
apache nutch don't crawl website
I have installed the apache nutch for web crawling. I want to crawl a website that has the following robots.txt:
User-Agent: *
Disallow: /
Is there any way to crawl this website with apache nutch?
1
vote
3answers
943 views
How to get the html content from nutch
Is there is any way to get the html content of each webpage in nutch while crawling the web page?
1
vote
1answer
284 views
nutch crawler relative urls problem
Has any one experience a problem with the way the standard html parser plugin handles relative urls? There is a site - http://xxxx/asp/list_books.asp?id_f=11327
and when browsing a link with its href ...
1
vote
1answer
1k views
nutch + mysql integration
When nutch finishes its cycle (that is crawl - fetch- parse - index) during index phase, I do not want nutch to index (lucene index), but I want nutch to place all the crawled data (I believe he keeps ...
1
vote
3answers
5k views
Problem running Java .war on Tomcat
I am following the tutorial here:
http://nutch.sourceforge.net/docs/en/tutorial.html
Crawling works fine, as does the test search from the command line.
When I try to fire up tomcat after ...
1
vote
1answer
357 views
Nutch updatedb killed and skipped batch ids
I am using nutch 2.0 and solr 4.0 and am having minimal success I have 3 urls and my regex-urlfilter.xml is set to allow everything.
I ran this script
#!/bin/bash
# Nutch crawl
export ...
1
vote
1answer
339 views
Need help understanding Solr
I'm just getting started with Nutch and Solr. I ran the crawl once with just one seed URL.
I ran this command:
bin/nutch crawl urls -dir crawl -solr http://localhost:8983/solr/ -depth 3 -topN 5
...
1
vote
1answer
461 views
Why does Nutch only run the fetch step on one Hadoop node, when the cluster has 5 nodes total?
I'm running Nutch on a Elastic MapReduce, with 3 worker nodes. I'm using Nutch 1.4, with the default configuration it ships with (after adding a user agent).
However, even though I'm crawling a list ...
1
vote
2answers
651 views
UTF-8 characters not showing properly
I am using Nutch 1.4 and solr 3.3.0 to crawl and index my site which is in French. My site used to be in iso8859-1.
Currently I have 2 indexes under solr. In the first one I store my old pages (in ...
1
vote
1answer
171 views
Why Nutch Solrdedup can not remove duplicate webpage
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 ...
1
vote
1answer
302 views
what is topN in nutch 1.3?
I read in sites that nutch fetch links from every link equls to topN.I have 4 links but when nutch crawl my links, all result that returned with nutch are equals topN. it means if i have 4 links and ...
1
vote
1answer
462 views
How to write a java code for crawling sites with apache nutch 1.3 api?
I want to write a program with java and nutch 1.3 api to crawl the the sites
i searched the web but there is no sample code
how can i do that?
thanks
1
vote
1answer
220 views
nutch crawl path
I would like to know how to make nutch crawl not only the domain that I specified, but also the dir path within the domain that I specified. I know that you can configure this information on ...
1
vote
2answers
851 views
Apache Nutch to index only part of page content
Going to use Apache Nutch v1.3 to extract only some specific content from the webpages. Checked parse-html plugin. Seems it normalizes each html page using tagsoup or nekohtml. This is good. I need to ...
1
vote
1answer
282 views
Do ivy dependency revisions have anything to do with svn's?
With no background on ivy dependencies I'm trying to build nutch with solr 4.0, but I'm not sure how to change the nutch ivy dependency on solr in the ivy.xml:
<dependency org="org.apache.solr" ...
1
vote
1answer
433 views
How do you crawl external links on a found page?
I used the example on installing nutch from their wiki. I was able to crawl multiple pages pulled from dmoz easily. But is there a configuration that can be done to crawl external links it finds on a ...
1
vote
1answer
781 views
solrindex way of mapping nutch schema to solr
We have several custom nutch fields that the crawler picks up and indexes. Transferring this to solr via solrindex (using the mapping file) works fine. The log shows everything is fine, however the ...
