Re: issue related to blank value in datefield

2014-10-31 Thread Aman Tandon
Thanks Chris With Regards Aman Tandon On Fri, Oct 31, 2014 at 5:45 AM, Chris Hostetter wrote: > > : I was just trying to index the fields returned by my msql and i found > this > > If you are importing dates from MySql where you have -00-00T00:00:00Z > as the default value, you should actau

Re: issue related to blank value in datefield

2014-10-30 Thread Chris Hostetter
: I was just trying to index the fields returned by my msql and i found this If you are importing dates from MySql where you have -00-00T00:00:00Z as the default value, you should actaully be getting an error lsat time i checked, but this explains the right way to tell the MySQL JDBC driver

Re: issue related to blank value in datefield

2014-10-30 Thread Aman Tandon
giving more details about the "X" so that we can understand the > full issue. Perhaps the best solution doesn't involve "Y" at all? > See Also: http://www.perlmonks.org/index.pl?node_id=542341 > > > > > : Date: Thu, 30 Oct 2014 14:09:13 +0530 > : From:

Re: issue related to blank value in datefield

2014-10-30 Thread Chris Hostetter
ssue. Perhaps the best solution doesn't involve "Y" at all? See Also: http://www.perlmonks.org/index.pl?node_id=542341 : Date: Thu, 30 Oct 2014 14:09:13 +0530 : From: Aman Tandon : Reply-To: solr-user@lucene.apache.org : To: "solr-user@lucene.apache.org" : Subject: iss

issue related to blank value in datefield

2014-10-30 Thread Aman Tandon
Hi, I wants to set -00-00T00:00:00Z value for date field where I do not have the value. When the index the at field with value as desired it is getting indexed as 0002-11-30T00:00:00Z. What is the reason behind this? With Regards Aman Tandon