Re: AW: Exact Date Search

2013-10-03 Thread soumikghosh05
Thanks a lot. it is working now -- View this message in context: http://lucene.472066.n3.nabble.com/Exact-Date-Search-tp4093273p4093341.html Sent from the Solr - User mailing list archive at Nabble.com.

AW: Exact Date Search

2013-10-03 Thread Sandro Zbinden
Hey Soumik Did you read the http://wiki.apache.org/solr/SolrQuerySyntax page. It has some examples with dates. It is important that you index your field as a solr date field 1. Exact Matching: q= modify_date:" 2012-07-06T9:23:43Z " 2. Less than: q= modify_date:{* TO 2012-07-06T9:23:43Z } 3. M