yegor256 / nutch-in-java

How to use Apache Nutch without command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Apache Nutch without command line.

This blog post will help you understand it better: How to Use Nutch From Java, Not From the Command Line.

First, you have to install Java 8+ and Maven 3.3+.

Then, you compile it and run:

$ mvn

The results will be saved into target/dump.

Should work.

About

How to use Apache Nutch without command line

License:MIT License


Languages

Language:Java 71.3%Language:XSLT 28.7%