I'm making a plugin to parse specific data from web page, and after I will
export dump segments into a specific SQL database. So I wont use the
indexing/lucense part I think.

I tried to do my plugin using the wiki tutorial, It works well for the parse
part, (and see it in the log).
(I'm just adding some content into the parseData object)
But I don't see how to add my parsed data in a segment.

I see that a segment have this kind of data for a page (correct me if i'm
worng):
CrawlDatnum
Content
ParseData
ParseText

for exemple I would like to add some informations in "ParseData" but I can't
figure out how.

thanks for your help, i'm quite new using nutch.
-- 
View this message in context: 
http://www.nabble.com/How-to-add-data-into-segment-with-my-own-plugin---tf3279715.html#a9121761
Sent from the Nutch - Dev mailing list archive at Nabble.com.

Reply via email to