Tagged Questions

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

8
votes
2answers
7k 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 ...
7
votes
5answers
148 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 ...
7
votes
10answers
5k 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 ...
6
votes
4answers
726 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 ...
4
votes
0answers
722 views

Can't access hadoop web ui for job tracker

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 ...
4
votes
4answers
827 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 ...
3
votes
0answers
23 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
3answers
289 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 ...
3
votes
2answers
472 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
6answers
606 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
5answers
1k 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 ...
3
votes
1answer
1k 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 ...
3
votes
6answers
1k 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 ...
2
votes
1answer
50 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
73 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
2answers
536 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 ...
2
votes
1answer
443 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
91 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
2answers
350 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
1answer
559 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
1answer
348 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 ...
2
votes
2answers
930 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, ...
2
votes
1answer
262 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
909 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

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
1answer
1k views

Nutch versus Solr

Currently collecting information where I should use Nutch/Solr/Nutch with Solr (domain - vertical web search). Could you suggest me?
2
votes
3answers
714 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
3answers
554 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
2answers
2k 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?
1
vote
2answers
47 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 ...
1
vote
1answer
96 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 ...
1
vote
1answer
57 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 ...
1
vote
1answer
78 views

Sentences as documents in Nutch

I need Nutch to split web pages into sentences when saving the crawl results. The reason is so that Solr sees each sentence as a document when indexing. The result I need is to be able to do a search ...
1
vote
1answer
163 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 ...
1
vote
1answer
267 views

Nutch and save crawl data to Amazon S3

I am trying to evaluate if Nutch/Solr/Hadoop are the right technologies for my task. PS: Previously I was trying to integrate Nutch (1.4) and Hadoop to see how it works. Here is what I am trying to ...
1
vote
1answer
212 views

Increase Java heap space for language-identifier plugin-in in nutch

I am trying to add a new language To Automatic Language Detection tool Apache's tika. It needs to build a language profile for adding a new language. So i am using nutch language-identifier plug-in to ...
1
vote
1answer
255 views

Solr index empty after nutch solrindex command

I'm using Nutch and Solr to index a file share. I first issue: bin/nutch crawl urls Which gives me: solrUrl is not set, indexing will be skipped... crawl started in: crawl-20110804191414 rootUrlDir ...
1
vote
1answer
433 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: ...
1
vote
2answers
206 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
420 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 ...
1
vote
1answer
132 views

Nutch Newbie - JSP with html problem

System: Mac OSX I have set up nutch so that it crawls and indexes my site. It also returns search results. My problem is that I want to customise the Nutch index.jsp and search.jsp pages to fit with ...
1
vote
2answers
296 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?
1
vote
1answer
127 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
165 views

Nutch 1.2 (crawl or parse) mp3

I have a question about Nutch v1.2. Can someone explain to me how I can go about crawling/parsing an MP3 and indexing the result into Solr 1.4. Is there a specific plugin I can use to do this? ...
1
vote
2answers
224 views

Why do I get “security.Groups: Group mapping impl=org.apache.hadoop.security.ShellBasedUnixGroupsMapping; cacheTimeout=300000”?

$hdfs dfs -rmr crawl 11/04/16 08:49:33 INFO security.Groups: Group mapping impl=org.apache.hadoop.security.ShellBasedUnixGroupsMapping; cacheTimeout=300000 I'm using hadoop-0.21.0 with the ...
1
vote
2answers
441 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
2answers
503 views

Regarding crawling of short URL's using nutch

I am using nutch crawler for my application which needs to crawl a set of urls which I give to the urls directory and fetch only the contents of that urls only. I am not interested in the contents of ...
1
vote
2answers
435 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
1answer
178 views

Writing MetaData inside HDFS

We are using nutch to crawl our intranet site. We are extracting the meta data in xml file, in the indexing phase(We modified the code of indexer.java), and when ran in local mode it gave us the ...
1
vote
2answers
200 views

Can't run nutch from a Tomcat webapp on Windows

I have a web app that spawns off a script that runs a Nutch crawl. It's all working really well, except now my client wants it running on a Windows PC. The Windows PC she gave me is running Windows 7 ...

1 2 3 4 5