Tagged Questions
0
votes
1answer
7 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
0answers
10 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
19 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?
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
31 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
44 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 ...
1
vote
3answers
62 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 ...
0
votes
1answer
35 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
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
53 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
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
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
121 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
1answer
53 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
164 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
98 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
0answers
47 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
47 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
0answers
56 views
apache nutch (standalone) and Solr - image search engine
Can you please suggest me apache nutch (standalone) and Solr configuration and schema setup for image search engine ?
0
votes
3answers
108 views
Extracting HTML meta tags in Nutch 2.x and having Solr 4 index it
I am using Nutch 2.0 to crawl some websites but I do not see HTML meta tags like title, description are extracted and stored in MySQL database. Any idea how can I get it work?
Thanks
Arash
0
votes
1answer
56 views
Is there anyway to log the list of urls 'ignored' in Nutch crawl?
I am using Nutch to crawl a list of URLS specified in the seed file with depth 100 and topN 10,000 to ensure a full crawl. Also, I am trying to ignore urls with repeated strings in their path using ...
0
votes
0answers
61 views
How to use Solr4j at Hbase to Index and Search?
I have data at Hbased that crawled by Nutch. How can I use Solr4j to index it and after that search.
Are there any code examples?
0
votes
1answer
91 views
Integrating Hbase that Holds Nutch Crawled Data and Solr
I have a Hbase Database that holds crawled information of wikipedia.org. My machine is at Amazon Wweb Services.
I have downloaded the Solr and I want to index the data at Hbase after that I will make ...
0
votes
1answer
230 views
Integrating Solr + Hadoop and Nutch + Hbase on Amazon Web Services and Local
I have a machine on Amazon Web Services and I am trying some search features on it. I have installed Nutch and Hbase on my AWS machine.
I have crawled wikipedia.org as an example and the crawled data ...
1
vote
2answers
602 views
Nutch in Windows: Failed to set permissions of path
I'm trying to user Solr with Nutch on a Windows Machine and I'm getting the following error:
Exception in thread "main" java.io.IOException: Failed to set permissions of path: ...
0
votes
1answer
59 views
Solr XSLTResponseWriter
Am using Nutch and Solr for crawling web. when queried from solr interface, the result is in XML format. i want it to be displayed in normal html output.
I have tried to attach the xslt steelsheet to ...
2
votes
1answer
190 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 ...
1
vote
1answer
109 views
Is it possible to store in solr full html page source code?
In my previous question I got answer that I can store small index (few sites) data in solr without using any data base (Is it posible store data in solr?). I wonder, if it is possible to store full ...
0
votes
0answers
264 views
Solr indexer…SolrException:Bad Request
When I start solrindex, I have the exception
org.apache.solr.common.SolrException: Bad Request
this is the hadoop.log file content
...
2013-02-11 17:01:22,079 INFO anchor.AnchorIndexingFilter - ...
0
votes
0answers
181 views
Indexing on Amazon S3 using Hadoop/Lucene
I want to perform indexing on the files present in the S3 repository. I want to create mapper/reducers for it and trigger jobs that would distribute indexing using EMR and then complete it. Can anyone ...
2
votes
2answers
134 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 ...
0
votes
3answers
69 views
Solr search - how to prevent duplicates from location hash
I'm getting results back from a crawled internal site. The problem is I'm getting multiple results because of the use of location hashes in the code:
http://site.com/en/personal/refunds.html
...
0
votes
1answer
141 views
error while running solrindexer
now i use 3.6.1 and nutch 1.5 and it worked fine...i crawl my site and index the data into solr and use solr search, but two weeks ago it's started not work...
Whene i use ./nutch crawl urls -solr ...
0
votes
1answer
105 views
Focused crawling from nutch
I am using nutch 1.2 and solr 3.1.0 and a NUTCH-828-1-20100608 patch for fetch filter.
I don't understand how to filter the fetch, nor do I understand how the patch works. This link helped me patch ...
0
votes
0answers
94 views
Solr suggester does not return suggestion after crawling 50000 URLs
I am using solr 3.5. I have a suggester setup follow the instructions of http://solr.pl/en/2010/11/15/solr-and-autocomplete-part-2/
when I tested the suggester with 20+ indexed urls, everything ...
0
votes
0answers
25 views
Search jpg-s with SOLR
I crawl my site and remove jpg extension from and start crawl some jpg-s. But i can't understand am i need to change some conf settings in solr, to import nutch crawled data to solr (i mean jpg-s ...
1
vote
0answers
94 views
update solr index by nutch
I am using nutch 1.5 and solr 3.5. I would like to know the best way to update solr index through nutch. The seedlist.txt in nutch contains about a million urls. New urls will be added daily. Also, ...
2
votes
0answers
133 views
How to index new data with Solr 4.0 when the database is updated?
I have a database populated with fetched and parsed web pages. Does Solr know automatically which of the columns are updated to index only the changes? Or should i make my own java code or something ...
2
votes
1answer
96 views
How can i crawl page but without fetching video/image content in nutch 2.1?
I want to crawl a page and I need to take only the HTML itself, avoiding all images/videos etc...
Is it possible to do this?
Thanks in advance.
3
votes
3answers
222 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?
0
votes
2answers
77 views
How to config Nutch to crawl only the URLs in seeklist? (no crawl back need)
I have a url seedlist contains more than 100000 urls. I know that nutch will crawl not only the urls in the seedlist but also any url links found inside the websites. However, I would like to know is ...
0
votes
1answer
316 views
Nutch 2.1 (HBase, SOLR) with Amazon Web Services
I experienced Nutch 2.1 locally without any difficulty. I have also tried on a 3 machine distributed cluster. We're now discussing whether to run it with Amazon Web Services or not. I do not have much ...
0
votes
1answer
177 views
nutch 2.1 Crawler errors
I decided to use nutch2.1 but ./src/bin/nutch crawl urls -dir sonuc typed it, it gave following errors:
cygpath: can't convert empty path
Error: Could not find or load main class ...
1
vote
0answers
120 views
error while running solr index
I am running solrindex on nutch crawled data using the following command:
bin/nutch solrindex <prep><code>http://127.0.0.1:8983/solr/ /app/hadoop/tmp/crawled_pages/crawldb -linkdb ...
1
vote
1answer
140 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 ...
3
votes
0answers
502 views
Error while indexing in solr data crawled by nutch
I am starting working with nutch and solr and I have a problem with integrating Solr with Nutch. I followed the tutorial: http://wiki.apache.org/nutch/NutchTutorial and after using:
bin/nutch crawl ...
0
votes
1answer
146 views
Liferay + Solr + Nutch
Readme: Nutch and Solr with Liferay
I am at the exact same point now. I tried to merge the schema files or just changed the uniquekey but nothing worked. Nutch 1.4 and Solr 3.6.1 run fine when using ...
0
votes
1answer
65 views
Field mapping for HTML
I am now to Solr and Nutch. I have a question on the field mapping in solr / nutch schema.xml. I want solr/nutch pickup some keywords from one of my website. I know that the schema.xml has a field ...
0
votes
1answer
591 views
nutch 1.5.1 solrindex java.io.IOException: Job failed
When i am trying to use the following command on my sles 11 system:
bin/nutch solrindex http://127.0.0.1:8983/solr/ crawl/crawldb -linkdb crawl/linkdb crawl/segments/*
I recieve this error:
...
2
votes
2answers
327 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 ...