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

1
vote
2answers
896 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
283 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
443 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
791 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 ...
1
vote
1answer
652 views

how to get the images in Nutch results?

how to get the images in Nutch results? can you please explain it is possible with images? or there is any other open search engine which is producing the results with images? Thanks, ...
1
vote
2answers
306 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 a exec command to ...
1
vote
1answer
1k views

Nutch Multithreading

Iam trying to configure nutch for running multi-threaded crawling. However , Iam facing an issue. I am not able to run crawl with multiple threads , I have modified the nutch-site.xml to use 25 ...
1
vote
1answer
46 views

Solr & Nutch - Indexing only certain urls

I'm using nutch 1.6 for crawling, and solr 3.6.2 for indexing the urls crawled. But, I want to keep only urls containing details. What I have done is to add many (a lot of) filters to ...
1
vote
2answers
87 views

How to filter URLs in Nutch 2.1 solrindex command

How do I prevent some pages I fetched from getting indexed when I run a bin/nutch solrindex command? I would like to define and use a regex-urlfilter.txt like I did at fetch time. I'm using Nutch 2.1 ...
1
vote
1answer
113 views

Apache Nutch 2.1 - How get complete source code

I am trying to write my own Nutch plugin for crawling webpages. The problem is that I need to identify if there is some special tag, e.g. on the webpage. There is some note in official documentation ...
1
vote
2answers
399 views

How to recrawle nutch

I am using Nutch 2.1 integrated with mysql. I had crawled 2 sites and Nutch successfully crawled them and stored the data into the Mysql. I am using Solr 4.0.0 for searching. Now my problem is, when ...
1
vote
1answer
143 views

How to integrate apache nutch with apache solr on linux?

I am using glassfish server and eclips IDE. I already downloaded apache solr and configured into glassfish. Now I stucked integration of nutch with solr. As I new to these concepts, can any one help ...
1
vote
2answers
477 views

how to parse html with nutch and index specific tag to solr?

i have installed nutch and solr for crawling a website and search in it; as you know we can index meta tags of webpages into solr with parse meta tags plugin of ...
1
vote
1answer
505 views

How does Google Enterprise Search compare with Lucene/Solr/Nutch in search relevance for searching private documents?

Does GES have an edge because it has access to vast amounts of data because of statistical analysis?
1
vote
1answer
181 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
vote
1answer
255 views

nutch: crawling through goagent proxy

I'm learning crawling pages with Nutch now. But there is a problem that I can't fix. I want to crawl pages via a local proxy server, which address is 127.0.0.1:8087. And the server works well(my ...
1
vote
1answer
598 views

How to configure nutch 1.4?

I am using this command to crawl some URLs: ./bin/nutch crawl urls/urls -dir crawl -depth 2 It is showing the following error: Could not find or load main class org.apache.nutch.crawl.Crawl How ...
1
vote
1answer
193 views

Nutch Fetcher aborting with N hung threads

I am using Nutch-1.4 for crawling websites. the issue i am facing in crawling is fetcher always aborts with N hung threads. Entries in log file are, INFO fetcher.Fetcher - -activeThreads=1, ...
1
vote
1answer
81 views

Nutch: how to exclude non-English pages?

I was wondering if there is a simple mechanism to exclude pages that are non-English from the indexing process? For example, the dmoz seed urls list contains wikipedia pages in many languages and they ...
1
vote
1answer
417 views

Nutch Raw Html Saving

I'm trying to get raw html of crawled pages in different files, named as url of the page. Is it possible with Nutch to save the raw html pages in different files by ruling out the indexing part?
1
vote
1answer
334 views

Nutch failed to crawl particular site

I am using nutch 1.4 to crawl websites. For demo purpose, I started crawling with jabong.com but i observed that nutch could not fetch all the links in the site. After visiting ...
1
vote
1answer
318 views

Is there a way to run NUTCH with different configuration files?

I was wondering if its possible to run the same NUTCH instance with different set of configuration files ? I can't see of any options in the arguments list to allow such thing. I want to run NUTCH on ...
1
vote
1answer
258 views

Solr highlighted search

I am using SOLR with Nutch I am using highlighted search in SOLR it works fine for me But it returns only one field that we give for highlighting If I give two fields like hl.fl = title,content ...
1
vote
2answers
449 views

How can i crawl data from hbase using nutch

My requirement is to crawl data from HBASE using Nutch, and then index it into Solr. how can i proceed on this? Thanks in advance
1
vote
1answer
714 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 ...
1
vote
1answer
189 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
1k 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
770 views

Setup Nutch 1.3 and Hadoop

I am a newbie to Nutch and Hadoop and trying to follow the tutorial here at http://wiki.apache.org/nutch/NutchHadoopTutorial. So I started with Nutch 1.3 release. Even though Hadoop is included in ...
1
vote
1answer
164 views

use nutch to index my local HTML files

I have a lot of HTML files on my hard disk and want to index them with Nutch, but as I know nutch only get URLs and index them and pages that linked in that URLs. Does any body know how can I use ...
1
vote
1answer
520 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
853 views

Get text snippet from search index generated by solr and nutch

I have just configured nutch and solr to successfully crawl and index text on a web site, by following the geting started tutorials. Now I am trying to make a search page by modifying the example ...
1
vote
1answer
289 views

Nutch Fetcher: Number of urls fetched persecond

I would like to know a property which denotes how many urls to be fetched per second. I have seen from net that it is actually number of map tasks * number of threads. But in my case the numbers don't ...
1
vote
1answer
206 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
1answer
307 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
1k views

Regarding crawling of short URLs 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 URL only. I am not interested in the contents of ...
1
vote
3answers
634 views

web crawling ,ruby,python,cassandra

I need to write a script that insert 1-million records of username or emails by crawling the web, into database. The script may be any types like python,ruby,php etc. Please let me know is it ...
1
vote
2answers
316 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
vote
2answers
572 views

Drupal + Nutch + Solr

We're about to start a project consisting of a search engine website. We need to implement a site that has social functionalities upon it's core search engine solution. Obviously, we need to choose a ...
1
vote
1answer
1k views

MapReduce Nutch tutorials [closed]

Could some one give me pointers to tutorials that explains how to write a mapreduce program into Nutch? Thank you.
1
vote
3answers
207 views

how to add “did you mean” in nutch-lucene search engine

i am having problem of implementing this suggestion to my bangla search engine. could anyone kindly help me out?
1
vote
1answer
569 views

What jars from Nutch do i need to write my own Crawl.java

I am trying to write my own version of Crawl.java from Nutch where I'd do a little different stuff. I don't want to work with Nutch source code. I just want to cleanly import a few jars and get going ...
1
vote
1answer
315 views

How to Index Only Pages with Certain Urls with Nutch?

I want nutch to crawl abc.com, but I want to index only car.abc.com. car.abc.com links can in any levels in abc.com. So, basically, I want nutch to keep crawl abc.com normally, but index only pages ...
1
vote
1answer
364 views

nutch 1.1 schema.xml

I recently downloaded latest version of nutch. (nutch-1.1) While going through its code, I noticed that there is a conf/schema.xml file which defines schema for solr part bundled with nutch. This ...
1
vote
1answer
210 views

Getting nutch to prioritize frequently updated pages?

Is there a way to get Nutch to increase the crawling of pages that gets updated frequently? E.g. index pages and feeds. It would also be of value to refresh fresh pages that contains comments more ...
1
vote
1answer
987 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 .
1
vote
1answer
1k views

Nutch plugin development

The nutch wiki has instructions on how to build nutch plugins, but only if you download the entire nutch source tree and put it in there, below $NUTCH_HOME/src/plugin. I don't want my source code ...
1
vote
1answer
234 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 the nutch-site.xml ...
1
vote
2answers
1k views

What is the best way to freshen a Nutch index?

I haven't looked at Nutch for a year or so and it looks like it has changed significantly. The documentation on re-crawling isn't clear. What is the best way to update an existing Nutch index?
1
vote
2answers
2k views

Apache Nutch on Windows

Has anyone tryed to install Nutch on Windows? I'm following this installation guide: http://zillionics.com/resources/articles/NutchGuideForDummies.htm After a few bumps I'm stuck trying to run the ...
1
vote
1answer
737 views

Performance Benchmarking for Apache Nutch

I want to know if there are any existing benchmarks and sizing information for an apache nutch based search engine deployment. I want to know for say 10 million searches a month what should be the ...

1 2 3 4 5 11