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
Hi Chris, Thanks for replying. but if your goal, as you said, is to index -00-00T00:00:00Z for > documenst that have no value in the date field -- i have to ask why? I was just trying to index the fields returned by my msql and i found this issue. So i asked in the group. Sorry for writing

Re: issue related to blank value in datefield

2014-10-30 Thread Chris Hostetter
Solr has never really owrked well with years prior to "1" because the specs for how they should be formated/parsed -- in particular realted to "year 0" have always been painfully ambiguious/contradictory. https://issues.apache.org/jira/browse/SOLR-2773 If you are really trying to deal with "ye