2
votes
2answers
193 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: ...
0
votes
1answer
160 views

nutch to extract only pdf files

Is there any way to perform a urlfilter from level 1-5 and a different urlfilter from 5 onwards. I need to extract pdf files which will be only after a given level (just to experiment). The pdf files ...
0
votes
1answer
33 views

How to merge two crawldb in nutch

Suppose I have two different machines that were crawling two different domains using nutch. Now I want to merge their crawldb into one. How can I do that ? I read about it somewhere - Would the ...
2
votes
2answers
136 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
vote
1answer
164 views

nutch and solr for multiple Domain

I want to create custom search engine for multiple domain. How can I use solr with nutch to create a custom search for 500+ domains, while searching each domain should be able to show its own data. ...
-1
votes
1answer
420 views

How to configure Nutch and solr in ubuntu 10.10?

I'm trying to build a search engine for my final year project. I have done lots of research on this topic in the last 2 months. And I found that I will need a crawler to crawl the Internet, a parser, ...
0
votes
1answer
169 views

What the outputs exactly are when integrating Nutch1.4 and Solr?

When i integrating Nutch1.4 and solr, i notice there are two groups of outputs there. I think the workflow may like this in my site: 1、 Nutch-1.4 crawls the websites and generates three folders : ...
-1
votes
1answer
190 views

Difference between two solr indexes

I have two solr indexes , Index A contains 100000 docs and B contains 110000 docs, A is subset of B, i have to perform operation where A XOR B = result and delete result.
1
vote
2answers
963 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
votes
1answer
326 views

How to create my own enterprise search engine? [closed]

I have to create a search engine (intranet) to search contents only from 10 to 15 intranet websites using open source (like Solr) within 50 - 60 days! Along with text search the search engine should ...
2
votes
1answer
217 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
680 views

Getting snippets in Solr

I'm running Solr + Nutch and need to get a snippet of each result. I tried setting hl to true in the query URL but I still get the same XML result (without snippets). Any ideas on how to get this ...
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 ...
1
vote
2answers
832 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
votes
2answers
268 views

What Nutch is all about? [closed]

Im going to make my own search engine. When searching about search engine, crawler, and so on, I confused about Nutch. I don’t understand what is Nutch. Is it for internal use like Lucene (correct ...
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, ...
1
vote
1answer
545 views

nutch and sitemap.xml

does apache-nutch support sitemaps? or how can i implement it myself? how can i use priority field, should it be multiplied to boost field?
0
votes
1answer
594 views

nutch crawler - how to set maximum number of inlinks per host

How can i set maximum number of pages to index per host? i don't want to index all million pages of site, i want to index only first 100000 found pages.
1
vote
1answer
975 views

looking for nutch alternative

i am looking for a open source full featured web search engine like nutch , because nutch is complex and it take much time to penetrate its code and i didnt find a book about it .
0
votes
1answer
2k 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. normalize) the ...