Re: Creating dynamic fields with DataImportHandler

2008-08-29 Thread wojtekpia
I have created SOLR-742: http://issues.apache.org/jira/browse/SOLR-742 For my case, I don't know the field name ahead of time. Shalin Shekhar Mangar wrote: > > Yes, sounds like a bug. Do you mind opening a jira issue for this? > > A simple workaround is to add the field name (if you know it

Re: Creating dynamic fields with DataImportHandler

2008-08-29 Thread Shalin Shekhar Mangar
Yes, sounds like a bug. Do you mind opening a jira issue for this? A simple workaround is to add the field name (if you know it beforehand) to your data config and use the Transformer to set the value. If you don't know the field name before hand then this will not work for you. On Sat, Aug 30, 2