I can highly recommend reading the documentation before asking questions :)

You are using the ExtractingRequestHandler, which is documented on the WIKI 
like most other stuff is. The fastest way to search for Solr stuff would be 
using search-lucene.com 
http://search-lucene.com/?q=extracting+request+handler&fc_project=Solr

Reading that wiki page you'll notice the parameters uprefix and defaultField 
which would both be ways to solve your problem.

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
Solr Training - www.solrtraining.com

26. apr. 2013 kl. 15:16 skrev Furkan KAMACI <furkankam...@gmail.com>:

> I sen some documents to my Solr to be indexed. However I get such kind of
> errors:
> 
> ERROR: [doc=0579B002] unknown field 'name'
> 
> I know that I should define a field named 'name' at mu schema. However
> there maybe many of fields like that. How can I define a generic field that
> holds all non defined values or maybe how can I ignore them?

Reply via email to