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.
0
votes
0answers
20 views
Searching Images in Solr
I am new to Solr. I need to be able to search on image meta data in Solr. Also, I need to have the simple search and view ability to view the image in Solr.
Currently, 1) I crawl the sites with ...
0
votes
0answers
16 views
OutOfMemoryError for bin/nutch elasticindex <$cluser> -all (Nutch 2.1)
I have been following the instructions at http://wiki.apache.org/nutch/Nutch2Tutorial to see if I can get a nutch installation running with ElasticSearch. I have successfully done a crawl with no real ...
0
votes
2answers
50 views
java benchmarking : More time for lesser input
After running some benchmarking on 2 regex library implementations, below is the results that we got:
inputs automaton regex
50 343ms 210ms
100 48ms 187ms
200 ...
0
votes
1answer
21 views
Nutch - Crawler not following next pages in paginated content
I'm using nutch 1.6 to crawl a paginated web page containing 20 products/page, with this command:
./nutch crawl urls -dir <dir> -depth 4 -topN 100 -threads 100
I'm getting the 20 first ...
0
votes
1answer
19 views
Separate Nutch regex files to crawl and index to multiple Solr cores
My setup is: Nutch 1.6 and Solr 4.3.0 on Ubuntu Server 12.04 LTS
I need to crawl and index the content of a big website and would like doing this using separate cores.
I've configured Solr and ...
0
votes
1answer
24 views
Nutch - Are the -depth and -topN still available in 1.6
I want to know if the parameters -depth & -topN are still available nutch 1.6.
I dont even know what's the difference between these parameters and the limit parameter in /bin/crawl bash script?
0
votes
1answer
18 views
Nutch regex for crawl
I am using Apache Nutch to crawl the web page. I want to crawl the web page when i search for particular name like
if i search bill gates i want to get the results links of that search result. I ...
1
vote
1answer
20 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 ...
2
votes
1answer
34 views
integrate Nutch 1.6 with Solr 4.3 IOException when running <nutch crawl urls -solr http://localhost:8983/solr/> Job Failed. Any ideas?
I am trying to integrate Nutch 1.6 with Solr 4.3 (I copied the /apache-nutch-1.6/conf/schema-solr4.xml into collection1/conf/ and rename the file to schema.xml). I also tried Nutch1.5.1 to integrate ...
0
votes
2answers
46 views
how to switch off / on indexing in a web page
I'm using Nutch 1.6 and Solr 4.3 on Ubuntu Server 12.04
I would like to switch on and off content indexing. Is there a way to specify this behaviour in my HTML pages so that Solr can behave ...
0
votes
1answer
23 views
Getting error while running nutch 1.6 with hadoop 0.20.2 in eclips in windows environment
I configure my nutch code in eclips as per this site http://wiki.apache.org/nutch/RunNutchInEclipse
but getting error "java.io.IOException: Failed to set permissions of path: \tmp\hadoop "
so i moved ...
1
vote
3answers
68 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 ...
-2
votes
0answers
22 views
how to get the Taxonomy and Folksonomy from existing content?
i have parsed some files(.html,pdf,ppt,txt) and extracted the content(text) using apache Tika, so for that text i want to get the Taxonomy and Folksonomy. I dont know what tool or technology to use ...
0
votes
1answer
28 views
how to extract contents from flv file using any web crawler?
My requirement is to extract text and audio from a flv file. please suggest me how can i achieve this using any web crawler. if it is not possible with web crawler please suggest me any other tool.
...
1
vote
2answers
28 views
Apache Nutch Command Unable to Execute
I followed each and every step in the Apache Nutch Wiki. I am using MacOSX 10.8.3, my JAVA_HOME is perfectly set and can even see various command options when bin/nutch is executed (according to the ...
0
votes
1answer
36 views
unable to parse flv and epub file contents using nutch
i am working with apache nutch and solr, my requirement is to parse the contents of flv and epub files, i am using below command to parse the files
bin/nutch crawl urls -solr ...
-2
votes
0answers
25 views
ElasticSearch and Apache nutch in property search application [closed]
I want to create web application like http://boomi.in/ this site index properties from urls and users can search for properties. I want to implement a web app with php as programming language and ...
-1
votes
1answer
23 views
Nutch can crawl all website.Is there any rule to crawl specific site.Does need permission before start crawling from specific site.?
Using crawler we can search any specific site but this will slow the bandwidth of that site.Is there any rule before crawl specific site or using nutch we can search any site without an issue.I would ...
0
votes
1answer
36 views
What is link graph database
While checking documentation of some of the open source web crawlers like Apache Nutch, Apache Tika; I frequently encountered "link graph database" term. Can anyone summarize about it?
-2
votes
0answers
20 views
Looking for Apache Solr Support [closed]
We just looking for Apache Solr Support.
Does anyone knows about any Best organization which give support for Apache Solr?
Need suggestion regarding the best vendor who can provide the support for ...
1
vote
2answers
56 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 ...
0
votes
1answer
36 views
java.lang.ClassNotFoundException: org.apache.gora.hbase.store.HBaseStore
I try to run Nutch 2.0 with HBase as a storage backend for Gora.
I following this Tutorial: http://wiki.apache.org/nutch/Nutch2Tutorial and got java.lang.NoClassDefFoundError; this tutorial also ...
-1
votes
0answers
24 views
How to customize Nutch? [closed]
I'm totally new to Nutch.
Recently a professor asked me to write a Java project, which seemed like a subject-oriented search engine.
After deciding to use Nutch, I'm trapped with it's customization.
...
0
votes
1answer
23 views
apache nutch does not add sublinks to main site
Could anyone please give a guidence on how to properly configure apache nutch in order to get some amount of records in the database as a result of crawling a web site. I would very appreciate that!
...
0
votes
1answer
63 views
Nutch 2.1 cassandra backend generate error
I made choice on cassandra as backend and started to play with nutch.
Small subset of DMOZ urls (~50k), all (inject,generate,fetch) runs fine.
However, after I injected the whole DMOZ url set ...
1
vote
1answer
65 views
Apache Nutch 2.1 - Skipping http://someurl.com/something.html; 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://videos.arte.tv/fr/videos/x-enius--7453284.html; different batch id (null)
...
1
vote
1answer
61 views
error with crawling with nutch
I was trying to crawl website with nutch and got this error:
java.net.MalformedURLException: no protocol:
Exception in thread "main" java.io.IOException: Job failed!
at ...
0
votes
0answers
59 views
failed(2,200): org.apache.nutch.parse.ParseException: Unable to successfully parse content [closed]
I'm using nutch 1.6 and while parsing the site, I'm getting this error.
I tried finding solutions but not get any.
even i tried here--
nutch Unable to successfully parse content
Can anybody hep me ...
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
2answers
37 views
How to index apache nutch fetched content without parsing into solr
I need to index fetched content crawled by nutch into solr. Solrjob in nutch indexes only parse content. And i need the content with all HTML tags. Can anyone guide me on this?
Thanks
Sudh
0
votes
0answers
26 views
Nutch 2.1 don't parse site
I am using nutch 2.1 with Hbase. And it workes fine. But I wanted to crawl the http://www.forbes.ru site.
I get info in my Hbase about this site but it is not parsed.
I tried to start Parse -all but ...
0
votes
1answer
42 views
Sites are crawled even when the URL is removed from seed.txt (Nutch 2.1)
I performed a successful crawl with url-1 in seed.txt and I could see the crawled data in MySQL database. Now when I tried to perform another fresh crawl by replacing url-1 with url-2 in seed.txt, the ...
0
votes
1answer
19 views
Scoring Nutch results
I am crawling using Nutch 1.2 by providing seed links to it for travel domain. Next i am indexing using Solr 3.1. I am getting the search results in my serach engine. But now i want to score the ...
0
votes
1answer
74 views
Nutch crawl no error , but result is nothing
I try to crawl some urls with nutch 2.1 as follows.
bin/nutch crawl urls -dir crawl -depth 3 -topN 5
http://wiki.apache.org/nutch/NutchTutorial
There is no error , but undermentioned folders don't ...
0
votes
1answer
32 views
Nutch Parse out HTML5 header tag
I am trying to parse HTML5 pages using Nutch 1.2 and running into problems with the HTML5 tag 'header' being included in the index.
I used to exclude the HTML4 header with ...
0
votes
1answer
126 views
Nutch bin/crawl script is failing - Manual steps work fine
I'm trying to run the script provided in Nutch 1.6 "bin/crawl" which does all of the manual steps below required to go off and spider a site.
When I run these steps manually everything works fine and ...
0
votes
0answers
12 views
cant use webgraph in nutch 1.2?
I want to use webgraph command. i used this command : bin/nutch org.apache.nutch.scoring.webgraph.WebGraph -segment crawl/segments/20090306093949/ -webgraphdb crawl/webgraphdb referred from this ...
0
votes
1answer
57 views
How to control the way Nutch parses and Solr indexes a URL when its HTML structure is unknown?
I am trying to crawl some sites which has poorly maintained HTML structure and I have no control over it to change it. When I look at the nutch crawled data indexed by Solr, the field 'title' looks ...
1
vote
1answer
171 views
Apache Nutch and Solr integration
I've tried to follow the nutch tutorial but having a bit of a problem with the schema.xml file.
I was told to the nutch provided schema to my project, essentially this...
cp ...
0
votes
1answer
101 views
org.apache.solr.common.SolrException: ERROR: [doc=SOMEURL] unknown field ''
Hi I am getting this exception and I've exhausted all the possible settings that I could think of.
org.apache.solr.common.SolrException: ERROR: [doc=SOMEURL] unknown field ''
The problem is field ...
0
votes
1answer
33 views
How to fetch information in XML format from Nutch spidered webpages database
I'm trying to build books aggregation portal. Nutch provides me excellent web crawler, but I want very specific information like, book title, book price, ISBN, author etc. How to extract that ...
0
votes
0answers
48 views
Nutch Crawling is Slow
I am crawling a large site (approx 5-6k pages) with Nutch 1.2, and the crawl is taking 8-12hrs, which seems far too slow.
When I increase 'fetcher.threads.fetch' and 'fetcher.threads.per.host' I ...
0
votes
1answer
38 views
Nutch - fetch new discovered domains
We're using nutch 1.6 to crawl web. According to nutch configuration, one should give the seedlist and domain url-filter to traverse across specified domains. However, we want to fetch newly ...
1
vote
0answers
23 views
nutch crawler: db_unfetched a large number and no fetching is done
I am using nutch to crawl and download content from wikipedia from a certain domain. In the log I see that around 3000 urls are fetched But when I look at the stats, db_fetched is just 81 while ...
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
0answers
21 views
Nutch - exclude domain except for injected URL
is there any way to exclude domain from crawling except for a page that is injected in the begining in seeds file? E.g.
In my urls.txt which are starting point for crawler I have a lot of links to ...
1
vote
0answers
191 views
nutch Job Failed
I am trying to follow simple steps on Nutch tutorial.
All goes good till here:
@ubuntu:/usr/local/nutch/framework/apache-nutch-1.6$ bin/nutch crawl bin/urls -dir crawl -depth 3 -topN 5 -threads 1
...
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 ...
0
votes
1answer
49 views
To enable crawling urls with special characters in nutch
I am using apache nutch-1.5.1 version and solr 3.6.2 integrated with hadoop 1.0.3.
I I want to crawl domain for example "www.my-website.com" there are different pages like
1. ...
0
votes
1answer
44 views
IOException during #Crawl.run() -> #JobClient.runJob()
I am pretty new with nutch so bear with me. I have been encountering an IOException during one of my test crawls. I am using nutch 1.6 with hadoop 0.20.2 (chose this version for windows compatibiliy ...
