Re: How to search date

2009-06-10 Thread Mat Brown
Assuming the date is 2009-01-01 00:00:00 UTC... Before: my_date:[* TO 2009-01-01T00:00:00Z] After: my_date:[2009-01-01T00:00:00Z TO *] Between: my_date:[2009-01-01T00:00:00Z TO 2010-01-01T00:00:00Z] All: my_date:[* TO *] (or just don't put a date at all) Mat On Wed, Jun 10, 2009 at 02:27, chem l

Re: How to search date in Solr

2009-06-09 Thread chem leakhina
r BeginDateHere or EndDateHere to get the > "before/after" effect. > > "All" is just q=*:* > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message > > From: chem leakhina > > To

Re: How to search date in Solr

2009-06-09 Thread Otis Gospodnetic
xt.com/ -- Lucene - Solr - Nutch - Original Message > From: chem leakhina > To: solr-user@lucene.apache.org > Sent: Wednesday, June 10, 2009 2:28:46 AM > Subject: How to search date in Solr > > Hi, > Could you tell me how to make query to search Date in Solr with these &

How to search date in Solr

2009-06-09 Thread chem leakhina
Hi, Could you tell me how to make query to search Date in Solr with these conditions: Before, After, Between, All Could you please write some example for me? Regards, LEE

How to search date

2009-06-09 Thread chem leakhina
Hi, Could you tell me how to make query to search Date with these conditions: Before, After, Between, All Could you please write some example for me? Regards, LEE