Hi Kiran You should be able to do that with either parse-html and parse-tika by implementing an extension of HtmlParseFilter and store the attr_* values in the parse metadata then write a modified version of the MetadataIndexer to generate the fields to index + of course modify the SOLR schema. Look at the existing plugins for examples of how to do it
I will have a look at NUTCH-1467 Thanks Julien On 6 September 2012 21:25, kiran chitturi <[email protected]> wrote: > 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 > -- * *Open Source Solutions for Text Engineering http://digitalpebble.blogspot.com/ http://www.digitalpebble.com http://twitter.com/digitalpebble

