Re: How to define a generic field to hold all undefined fields

2013-04-26 Thread Jan Høydahl
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+requ

Re: How to define a generic field to hold all undefined fields

2013-04-26 Thread Jack Krupansky
not recommended as an approach for production apps. There is a commented out "*" pattern in the example schema, but it "ignores" all incoming data, rather than index and store it. -- Jack Krupansky -Original Message- From: Furkan KAMACI Sent: Friday, April 26, 2

How to define a generic field to hold all undefined fields

2013-04-26 Thread Furkan KAMACI
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 val