Hi there, I'm a newbie with Nutch. I need to store data from a crawl in specific columns in the webpage table in the Nutch database in MySQL. I have the columns being created by changing gora-sql-mapping.xml, and changing schema and field info in org.apache.nutch.storage.WebPage.
I only need to crawl 2 websites and store information from specific elements in specific columns. My question is, how do I get Nutch to use these new columns? I assume I need to create a Parser plugin and set the field values via a regex. Any suggestions or direction? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-store-data-in-new-column-in-MySQL-database-Nutch-2-0-tp3278250p3278250.html Sent from the Nutch - User mailing list archive at Nabble.com.

