Re: Date Search with q query parameter

2009-03-12 Thread dabboo
Hi, Date range query is working fine for me. This is the query I entered. q=productPublicationDate_product_dt:1993-02-01T12:00:00Z&version=2.2&start=0&rows=10&indent=on&qt=dismaxrequest It threw this exception: type Status report message Invalid Date String:'1993-02-01t12' description The re

Re: Date Search with q query parameter

2009-03-12 Thread Shalin Shekhar Mangar
On Thu, Mar 12, 2009 at 4:39 PM, dabboo wrote: > > Hi, > > I am able to rectify that exception but now what I am looking for is : How > I > can pass the value to the date field to search for the record of a specific > date value. e.g. I want to retrieve all the records of Jan 01, 2007. How I > wi

Re: Date Search with q query parameter

2009-03-12 Thread dabboo
Hi, I am able to rectify that exception but now what I am looking for is : How I can pass the value to the date field to search for the record of a specific date value. e.g. I want to retrieve all the records of Jan 01, 2007. How I will pass the value with the column name. If I pass the value it

Re: Date Search with q query parameter

2009-03-12 Thread Venu Mittal
Is your final query in this format ? col1:[2009-01-01T00:00:00Z+TO+2009-01-01T23:59:59Z] From: dabboo To: solr-user@lucene.apache.org Sent: Thursday, March 12, 2009 12:27:48 AM Subject: Date Search with q query parameter Hi, I am facing an issue with the dat