Hi all, I'm using nutch 1.6 with Solr 3.6.2 and I would like to index the iframe src field into Solr. i.e., <iframe src="something" scrolling="" frameborder="".......> So i want to fetch the iframe and index it as iframe so that I could find URLS by iframe src.
I'm crawling with no depth over a seed list, and I don't want to crawl to the iframe src, just to index and store it. I tried adding <name>urlmeta.tags</name> <value>iframe</value> to nutch-site.xml and <field name="iframe" type="text_general" stored="true" indexed="true" multiValued="true"/> to schema.xml and <field dest="iframe" source="iframe"/> to solrindex-mapping.xml. What am I missing ? Thanks, Amit.

