This is for Nutch 2.1. I figured this one out, I was mucking around with the solrindex-mapping.xml file. I had added in lines from another version (1.3) for "url" and I guess that those don't exist anymore?
When I reverted the file back, it started working. Thanks. -- Chris On Tue, Oct 2, 2012 at 2:45 PM, Lewis John Mcgibbney <[email protected]> wrote: > Hi Chris, > > One of the main problems here is that we very rarely know which > version of Nutch you are using, what nature of configuration and in > what kind of deployment.. the truth is that this makes it difficult > for us to help you out. This is also applicable to any Hadoop, Solr. > HBase, Cassandra, Accumulo, Sql, etc. configurations you may be using. > > On Tue, Oct 2, 2012 at 3:19 PM, Christopher Gross <[email protected]> wrote: >> I have tried running nutch and having it dump the items found into a solr >> index: >> >> ./bin/nutch crawl urls/ -solr http://localhost/solr -threads 2 -depth 2 >> -topN 5 >> > > 1st off, we would advise against using the crawl script regardless of > which Nutch version you are using. Individual commands provide finer > granularity over control, however saying that, nothing looks out of > context here. > >> >> Any ideas on where to start looking? > > Solr Logs... > > hth > Lewis

