Re: Index time Dates format when time is not needed

2016-06-06 Thread Erick Erickson
That padding is just fine, you're effectively indexing everything exactly at midnight. Best, Erick On Sun, Jun 5, 2016 at 12:48 PM, Steven White wrote: > Hi everyone, > > I'm using "solr.DateRangeField" data type to index my dates data and based > on [1] the format of the dates data is "-MM-

Index time Dates format when time is not needed

2016-06-05 Thread Steven White
Hi everyone, I'm using "solr.DateRangeField" data type to index my dates data and based on [1] the format of the dates data is "-MM-DDThh:mm:ssZ". In my case, I have no need to search on time, just dates. I started by indexing my dates data as "2016-06-01" but Solr threw an exception. I the