Hi, I have worked with solr and tika. When solr indexes an html document using apache tika, it can extract all the tags in the page and put them under 'attr_' dynamic field. I have not see that happen with nutch ?
Can nutch use tika as the parser and get all the tags in the html page and then send them to solr under 'attr_*' ? Is this possible using nutch ? I think in this way, multivalued tags problem can be solved which i posted here earlier ( https://issues.apache.org/jira/browse/NUTCH-1467) Are there any configuration settings for using tika as a parse and fetch all the tags in the page like it does with solr ? Many Thanks for your reply. -- Kiran Chitturi

