Hi Talat Sorry for delay reply. yes the parseMeta is stored in segment database. there are many places to use parseMeta in plugins, such as language-identifier, scoring-depth, index-meta, you can search the usage of getParseMeta() method in ParseData class.
I found that in Nutch2.x , contentMeta and parseMeta are all merged into WebPage. so I think we can put metadata in HtmlParser.java into WebPage. On Wed, Oct 23, 2013 at 6:24 PM, Talat UYARER <[email protected]>wrote: > Hi Feng lu, > > I am not good at 1.x. Can you give some information when we need parseMeta > in 1.x. is it stored in db ? > > If that will be necessary, I can develop. But I should understand what we > need that. > > Regards > Talat > > 22-10-2013 17:35 tarihinde, feng lu yazdı: > >> >> On Tue, Oct 22, 2013 at 7:34 PM, Talat UYARER <[email protected] >> <mailto:talat.uyarer@agmlab.**com <[email protected]>>> wrote: >> >> ORIGINAL_CHAR_ENCODING >> >> >> yes, in nutch 2.x , it not use parseMeta and contentMeta in Parse >> Object. one way is to clean this code block and another way is to add >> parseMeta in Parse Object. and another parser may will use this meta >> data. I agree with add parseMeta to Parse object. >> >> how do you think Talat. >> >> Regards. >> >> >> -- >> Don't Grow Old, Grow Up... :-) >> > > -- Don't Grow Old, Grow Up... :-)

