date field type problem

2009-09-02 Thread Peter Kiraly
Hi Solr users, I have a lots of dates from a library catalog in not solr.DateField compatible format. I wrote a new definition inside the solrconfig.xml, which creates eg. 1991-01-01T00:00:01Z from the input '[c1991.]' string. It works fine when I tried it with the typical values in the http://l

Re: date field type problem

2009-09-02 Thread Grant Ingersoll
What's the exception? On Sep 2, 2009, at 3:00 AM, Peter Kiraly wrote: Hi Solr users, I have a lots of dates from a library catalog in not solr.DateField compatible format. I wrote a new definition inside the solrconfig.xml, which creates eg. 1991-01-01T00:00:01Z from the input '[c1991.]' stri

Re: date field type problem

2009-09-02 Thread Peter Kiraly
he question is: is there a solution, in which I can "preprocess" the inputs, or it is only doable only on the client's side. Péter From: "Grant Ingersoll" Subject: Re: date field type problem What's the exception? On Sep 2, 2009, at 3:00 AM, Peter Kiraly wrote:

Re: date field type problem

2009-09-02 Thread Chris Hostetter
: solr.DateField compatible format. I wrote a new : definition inside the solrconfig.xml, which creates : eg. 1991-01-01T00:00:01Z from the input '[c1991.]' string. is only supported when the class of the is TextField ... it would be nice if it worked with any other field type (i think it wou