Hi, On Thu, Jul 26, 2012 at 4:00 AM, shekhar sharma <[email protected]> wrote: > Hello, > i am getting class cast exception while indexing the pages using solr.
I don't think this is the case at all. I think your getting CCE when using solrdedup. These are two completely different indexing tools. > SolrIndexer: finished at 2012-07-26 08:02:55, elapsed: 00:00:33 > As you can see the UrlNormalizing and UrlFiltering , both are false...while > doing crawling using Nutch it is true.. Please see http://wiki.apache.org/nutch/bin/nutch%20solrindex If you wish to provide these params via CLI then they need to be explicitly defined. > > i am using Nutch trunk(1.6) and Solr trunk (5.0) and i am using > schema-solr4.xml (Came with Nutch source, i renamed to schema.xml) and > copied to example/solr/collections1/conf folder... Please check that all your fields are correctly defined within the Schema. I must admit I have not personally tried this schema with Solr trunk 5.X and I haven't heard/seen it tried to date therefore all default configurations may not work flawlessly. Best Lewis -- Lewis

