I am using Apache Nutch first time. How can I store data into a MySQL database after crawling?
i am using Nutch 1.2 So that i can be able to easily use the data in other web applications. I found a question related to this here (http://stackoverflow.com/questions/3227259/nutch-mysql-integration), but I don't clearly understand which part of the code is gona replace by MySQL connector. Please help with a short code example. -thanks in advance

