Re: What is default Date time format in Solr

2008-03-11 Thread Mahesh Udupa
Thanks Chris, My index creation was wrong ;)(I was using 12 Hour format) Thanks for your support -kmu On Sat, Mar 8, 2008 at 1:35 AM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : I heard Solr Date time format is 24 hours. > > that is correct. > > : emf.artist:[2007-12-31T22:20:00Z TO 2007-

Re: What is default Date time format in Solr

2008-03-07 Thread Chris Hostetter
: I heard Solr Date time format is 24 hours. that is correct. : emf.artist:[2007-12-31T22:20:00Z TO 2007-12-31T22:39:00Z] : : I am not able to get the content what I expected. : : But, I tried with following query:- : : emf.artist:[2007-12-31T10:20:00Z TO 2007-12-31T10:39:00Z] Is your emf.

What is default Date time format in Solr

2008-03-06 Thread Mahesh Udupa
Hi all, I heard Solr Date time format is 24 hours. But I have following query regarding Search time. In database I have a content with time as :- 2007-12-31 22:29:59 In oder to get this content I tried with following Range query:- emf.artist:[2007-12-31T22:20:00Z TO 2007-12-31T22:39:00Z] I a