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.

learn more… | top users | synonyms

9
votes
2answers
9k 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 Nutch and Solr ...
8
votes
5answers
326 views

How to produce massive amount of data?

I'm doing some testing with nutch and hadoop and I need a massive amount of data. I want to start with 20GB, go to 100 GB, 500 GB and eventually reach 1-2 TB. The problem is that I don't have this ...
8
votes
1answer
232 views

Apache Nutch 2.1 different batch id (null)

I crawl few sites with Apache Nutch 2.1. While crawling I see the following message on lot of pages: ex. Skipping http://www.domainname.com/news/subcategory/111111/index.html; different batch id ...
7
votes
10answers
6k 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 words and perform ...
7
votes
3answers
2k views

An alternative web crawler to Nutch

I'm trying to build a specialised search engine web site that indexes a limited number of web sites. The solution I came up with is: using Nutch as the web crawler, using Solr as the search engine, ...
6
votes
4answers
1k views

Does any open, simply extendible web crawler exists?

I search for a web crawler solution which can is mature enough and can be simply extended. I am interested in the following features... or possibility to extend the crawler to meet them: partly just ...
6
votes
2answers
1k views

nutch vs solr indexing

I have recently started working on nutch and I am trying to understand how it works. As far as I know Nutch is basically used to crawl the web and solr/Lucene is used to index and search. But when I ...
5
votes
1answer
3k views

Nutch versus Solr

Currently collecting information where I should use Nutch/Solr/Nutch with Solr (domain - vertical web search). Could you suggest me?
5
votes
2answers
2k views

Nutch No agents listed in 'http.agent.name'

Exception in thread "main" java.lang.IllegalArgumentException: Fetcher: No agents listed in 'http.agent.name' property. at ...
5
votes
5answers
3k views

How is an aggregator built?

Let's say I want to aggregate information related to a specific niche from many sources (could be travel, technology, or whatever). How would I do that? Have a spider/crawler who will crawl the web ...
5
votes
2answers
329 views

Nutch does not crawl all links in form

I have problem to crawling my site...there is a form with two drop-down lists....and when I start crawl , the crawler fetch only part of links from form....from first drop-down list it takes part of ...
4
votes
3answers
1k views

Have you indexed nutch crawl results using elasticsearch before?

Has anyone had any luck writing custom indexers for nutch to index the crawl results with elasticsearch? Or do you know of any that already exist?
4
votes
4answers
2k views

Best web graph crawler for speed?

For the past month I've been using Scrapy for a web crawling project I've begun. This project involves pulling down the full document content of all web pages in a single domain name that are ...
4
votes
1answer
674 views

Nutch: Data read and adding metadata

I recently started looking apache nutch. I could do setup and able to crawl web pages of my interest with nutch. I am not quite understanding on how to read this data. I basically want to associate ...
4
votes
1answer
91 views

Getting the number of facebook likes from a certain page with Nutch 2.1

I want to ask if there is any way I can get number of times the URL was posted on public facebook pages / number of times the posted URL and comments were liked on Facebook using Nutch 2.1 crawler?
4
votes
1answer
263 views

Using nutch in Windows 7

I am trying to use nutch 1.6 from the windows environment but every time I try to run as per the procedure given in the site Nutch Tuorial Apache I always end up with the following exception: ...
4
votes
1answer
805 views

connection refused error when running Nutch 2

I am trying to run Nutch 2 crawler on my system but I get the following error: Exception in thread "main" org.apache.gora.util.GoraException: java.io.IOException: ...
4
votes
1answer
1k views

Crawling using Nutch…Shows an IOException [closed]

I've started using Nutch and everything was fine until I encountered an IOException exception, $ ./nutch crawl urls -dir myCrawl -depth 2 -topN 4 cygpath: can't convert empty path solrUrl is not set, ...
4
votes
0answers
325 views

Nutch on EMR problem reading from S3

Hi I am trying to run Apache Nutch 1.2 on Amazon's EMR. To do this I specifiy an input directory from S3. I get the following error: Fetcher: java.lang.IllegalArgumentException: This file ...
4
votes
3answers
735 views

Removing menu's from html during crawl or indexing with nutch and solr

I am crawling our large website(s) with nutch and then indexing with solr and the results a pretty good. However, there are several menu structures across the site that index and spoil the results of ...
4
votes
0answers
2k views

Can't access hadoop web ui for job tracker [closed]

I'm trying to set up hadoop and nutch to run on EC2. To get started, I have followed the excellent NutchHadoopTutorial. Most everything works as it should, except that I am unable to access any of the ...
3
votes
6answers
2k views

Java Lucene integration with .Net

I've got nutch and lucene setup to crawl and index some sites and I'd like to use a .net website instead of the JSP site that comes with nutch. Can anyone recommend some solutions? I've seen ...
3
votes
6answers
3k views

Web Cralwer Algorithm: depth?

I'm working on a crawler and need to understand exactly what is meant by "link depth". Take nutch for example: http://wiki.apache.org/nutch/NutchTutorial depth indicates the link depth from the ...
3
votes
3answers
219 views

Recrawl URL with Nutch just for updated sites

I crawled one URL with Nutch 2.1 and then I want to re-crawl pages after they got updated. How can I do this? How can I know that a page is updated?
3
votes
3answers
927 views

Connecting MySQL to Apache nutch

I am using Apache Nutch first time. How can I store data into a MySQL database after crawling? I want to be able to easily use the data in other web applications. I found a question related, but I ...
3
votes
1answer
5k views

Nutch-Cygwin How to set JAVA_HOME

i am trying to run Nutch with Cygwin. I am having problems setting the JAVA_HOME. $ export JAVA_HOME='/cygdrive/f/program files/java/jdk1.6.0_21' When i run nutch command $ bin/nutch crawl i ...
3
votes
1answer
177 views

What is the role of NUTCH if we are going to make a search engine using Hadoop and Solr?

I want to make a search engine. In which i want to crawl some sites and stored their indexes and info in Hadoop. And then using Solr search will be done. But I am ...
3
votes
1answer
865 views

Nutch API advice

I'm working on a project where I need a mature crawler to do some work, and I'm evaluating Nutch for this purpose. My current needs are relatively straightforward: I need a crawler that is able to ...
3
votes
1answer
157 views

Disable robots.txt check in nutch

I wanna disable robots.txt checking in Nutch and crawl everything from websites. Disable means before fetching or parsing any website, skip checking robot.txt. Is this possible?
3
votes
2answers
705 views

How to read the content from Nutch index?

I'm new for Nutch. Now I can crawl and index the web pages using Nutch, but I don't know how to read the index and extract data from it. Could anyone introduce to me some useful tools to read the ...
3
votes
1answer
65 views

Different pages to different Nutch cores (within the same domain)

How can I instruct Nutch to treat page#1 as belonging to a core and page#2 as belonging to a different core (both pages from the same domain)? Practical situation: let's say Nutch is crawling and ...
3
votes
1answer
2k views

Parsing html data with nutch 1.0 and a custom plugin

I am currently trying to write a custom plugin for nutch 1.0. This plugin is supposed to parse html data and filter out relevant information from documents. I have a basic plugin working, it extends ...
2
votes
1answer
1k views

Building vertical crawler using Bixo

I came across an an open source crawler Bixo. Has anyone tried it? Could you please share the learning? Could we build directed crawler with enough ease (compared to Nutch/Heritrix) ? Thanks Nayn
2
votes
2answers
3k views

how to make nutch crawl file system?

not based on http, like http://localhost:81 and so on, but directly crawl a certain directory on local file system, is there any way out?
2
votes
2answers
447 views

Duplicates when using nutch -> elasticsearch solution

I have crawled some data using nutch and managed to inject it into elasticsearch. But I have one problem: If I inject the crawled data again it will create duplicates. Is there any way of disallowing ...
2
votes
1answer
5k views

no segments* file found

I need to access a lucene index ( created by crawling several webpages using Nutch) but it is giving the error shown above : java.io.FileNotFoundException: no segments* file found in ...
2
votes
1answer
1k views

Nutch - how to crawl by small patches?

I am stuck! Can`t get Nutch to crawl for me by small patches. I start it by bin/nutch crawl command with parameters -depth 7 and -topN 10000. And it never ends. Ends only when my HDD is empty. What i ...
2
votes
2answers
186 views

Nutch regex doesn't crawl the way I want it to

Ok, I asked this already, but I guess I didn't ask it to the way stackoverflow expects. Hopefully I will get more luck this time and an answer. I am trying to run nutch to crawl this site: ...
2
votes
1answer
829 views

Nutch: Invoke in Java, not command line?

Am I being thick or is there really no way to invoke Apache Nutch through some Java code programmatically? Where is the documentation (or a guide or tutorial) on how to do this? Google has failed me. ...
2
votes
1answer
170 views

Will Nutch, the spider, index webpages it already has in it's index?

Does Nutch index pages again if they're already in the index? If so, how do I change this?
2
votes
1answer
1k views

Running a web crawler for selected sites on google app engine?

I need to write a crawler to extract some info from few pre-slected websites only. I know this is a straightway job but am thinking of using google app engine to get this done. May be I can try ...
2
votes
2answers
2k views

Hadoop to create an Index and Add() it to distributed SOLR… is this possible? Should I use Nutch? ..Cloudera?

Can I use a MapReduce framework to create an index and somehow add it to a distributed Solr? I have a burst of information (logfiles and documents) that will be transported over the internet and ...
2
votes
2answers
320 views

Nutch didn't crawl all URLs from the seed.txt

I am new to Nutch and Solr. Currently I would like to crawl a website and its content is generated by ASP. Since the content is not static, I created a seed.txt which contained all the URLs I ...
2
votes
2answers
1k views

Which Open Source Crawler is best?

I am comparing these four Nutch / Heritrix / OpenPipeLine / Apache Tika Which one is best? What are merits and demerits of each? I would like to have some extendible crawler that can crawl a list of ...
2
votes
1answer
1k views

Nutch solrindex command not indexing all URLs in Solr

I have a Nutch index crawled from a specific domain and I am using the solrindex command to push the crawled data to my Solr index. The problem is that it seems that only some of the crawled URLs are ...
2
votes
1answer
433 views

Zend lucene content field

I have indexed a site using Nutch and now I am searching the index using the Zend Lucene library. I've actually pulled the Zend libraries into Codeigniter but it is all Zend doing the work. I can ...
2
votes
2answers
611 views

which Distribution of Linux is best suited for Nutch-Hadoop?

we are Trying to figure out which Distribution of Linux be best suited for the Nutch-Hadoop Integration?. we are planning to Use Clusters for Crawling large contents through Nutch. Let me Know if ...
2
votes
3answers
1k views

Crawling engine architecture - Java/ Perl integration

I am looking to develop a management and administration solution around our webcrawling perl scripts. Basically, right now our scripts are saved in SVN and are manually kicked off by SysAdmin/devs ...
2
votes
1answer
185 views

Solr indexing failed

I did all like in this tutorial, but there is some truble. When I try call ./nutch solrindex http://127.0.0.1:8080/solr/ crawl/crawldb -linkdb crawl/linkdb crawl/segments/* command after nutch ...
2
votes
2answers
133 views

How to modify search result page given by Solr?

I intend to make a niche search engine. I am using apache-nutch-1.6 as the crawler and apache-solr-3.6.2 as the searcher. I must say there is very less updated information on web about these ...

1 2 3 4 5 10