Ignoring metatags in solr

2015-04-08 Thread Anchit Jain
I have crawled a website using nutch. When I try to index it with solr I get following error org.apache.solr.common.SolrException: ERROR: [doc=http://xyz.htm] unknown field 'metatag.keywords' *unknown field 'metatag.keywords'* I can not figure out where the error is as I have o not defined any

Re: Solr 5.0.0 integration with Nutch 1.9

2015-04-06 Thread Anchit Jain
ndexer.IndexingJob.run(IndexingJob.java:176)* * at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)* * at org.apache.nutch.indexer.IndexingJob.main(IndexingJob.java:186)* On Tue, 7 Apr 2015 at 04:54 Shawn Heisey wrote: > On 4/6/2015 2:14 PM, Anchit Jain wrote: > > I want to ind

Solr 5.0.0 integration with Nutch 1.9

2015-04-06 Thread Anchit Jain
I want to index nutch results using *Solr 5.0* but as mentioned in https://wiki.apache.org/nutch/NutchTutorial there is no directory ${APACHE_SOLR_HOME}/example/solr/collection1/conf/ in solr 5.0 . So where I have to copy *schema.xml*? Also there is no *start.jar* present in example directory.