Hello, I have put some metadata to url seed files like;
http://mysite.com/mypage.html \t sid=10 mid=15 doing inject/generate and then readdb dump, I actually can confirm that these meta properties are indeed in crawldb. Well, after this i have to fetch -> parse -> solrindex I can not reach any of this data during parse nor solrindex. parse is fed with content, and solrindex is fed with a parse. By parse I mean HtmlParser.java and by solrindex I mean BasicIndexingFilter.java How could I do this? Best Regards, C.B.

