2

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?

Michal
  • 3,262
  • 4
  • 30
  • 50
İsmet Alkan
  • 5,361
  • 3
  • 41
  • 64
  • You can look at this post [How do I save the origin html file with Apache Nutch][1] [1]: https://stackoverflow.com/questions/10007178/how-do-i-save-the-origin-html-file-with-apache-nutch – Haider Ali Feb 07 '14 at 10:55

1 Answers1

2

The is no direct way to do that. You will have to do few code modifications. See this and this.

Community
  • 1
  • 1
Tejas Patil
  • 6,149
  • 1
  • 23
  • 38