Felix Zimmermann wrote:
Hi,

I get this log error when indexing feeds with solrindexer:

2009-02-23 23:04:11,438 INFO  indexer.IndexingFilters - Adding
org.apache.nutch.indexer.basic.BasicIndexingFilter

2009-02-23 23:04:11,439 INFO  indexer.IndexingFilters - Adding
org.apache.nutch.indexer.anchor.AnchorIndexingFilter

2009-02-23 23:04:11,441 INFO  indexer.IndexingFilters - Adding
org.apache.nutch.indexer.feed.FeedIndexingFilter

2009-02-23 23:04:11,584 WARN  mapred.LocalJobRunner - job_local_0001

org.apache.solr.common.SolrException: Bad Request

Bad Request

request: http://127.0.0.1:8080/solr3/update?wt=javabin&version=2.2

                at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpS
olrServer.java:343)

                at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpS
olrServer.java:183)

                at
org.apache.solr.client.solrj.request.UpdateRequest.process(UpdateRequest.jav
a:217)

                at
Hi, I would check the Solr log to see why it is failing, probably Nutch is providing content to a field not present in sol schema.

--
Sami Siren

Reply via email to