Re: Solr and DateTimes - bug?

2011-09-12 Thread Nicklas Overgaard
Hi Mauricio, Thanks for the suggestions :) I'm already running mono 2.10.5 so i should be safe.. And thanks to everybody for quick answers and friendly attitude. Best regards, Nicklas On 2011-09-13 03:01, Mauricio Scheffer wrote: Hi Nicklas, Use a nullable DateTime type instead of MinValue

Re: Solr and DateTimes - bug?

2011-09-12 Thread Nicklas Overgaard
I see. I'm using that date to flag that my entity "has not yet ended". I can just use another constant which Solr is capable of returning in the correct format. The nice thing about DateTime.MinValue is that it's just part of the .net framework :) Hope that the issue is resolved at some point.

Re: Solr and DateTimes - bug?

2011-09-11 Thread Nicklas Overgaard
Solr do you use? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 12. sep. 2011, at 00:28, Nicklas Overgaard wrote: Hi everybody, I just started playing around with solr, however i'm facing some trouble. The test data i

Solr and DateTimes - bug?

2011-09-11 Thread Nicklas Overgaard
Hi everybody, I just started playing around with solr, however i'm facing some trouble. The test data i'm indexing with solr is, amongst other things, containing date and times. By the way, I'm using mono and i'm talking to solr through the SolrNet library. The issue i'm facing: Some of t