Re: selecting documents older than 4 hours

2010-04-05 Thread Chris Hostetter
: NOW/HOUR-5HOURS evaluates to 2010-03-31T21:00:00 which should not be the : case if the current time is Wed Mar 31 19:50:48 PDT 2010. Is SOLR converting : NOW to GMT time? 1) "NOW" means "Now" ... what moment in time is happening right at this moment is independent of what locale you are in an

Re: selecting documents older than 4 hours

2010-04-03 Thread herceg_novi
-- View this message in context: http://n3.nabble.com/selecting-documents-older-than-4-hours-tp689975p695037.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: selecting documents older than 4 hours

2010-04-01 Thread Chris Hostetter
: q=last_update_date:[NOW-7DAYS TO NOW-4HOURS] : : does not return a correct recordset. I would expect to get all documents : with last_update_date in the specified range. Instead solr returns all : documents that exist in the index which is not what I would expect. : Last_update_date is SolrDate

Re: selecting documents older than 4 hours

2010-04-01 Thread Israel Ekpo
t; Thanks! > -- > View this message in context: > http://n3.nabble.com/selecting-documents-older-than-4-hours-tp689975p689975.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- "Good Enough" is not good enough. To give anything less than your best is to sacrifice the gift. Quality First. Measure Twice. Cut Once. http://www.israelekpo.com/

selecting documents older than 4 hours

2010-03-31 Thread herceg_novi
ry (I prefer not to do that) q=last_update_date:[NOW/DAY-7DAYS TO 2010-03-31T19:40:34Z] Any ideas if I can get this to work as expected? q=last_update_date:[NOW-7DAYS TO NOW-4HOURS] Thanks! -- View this message in context: http://n3.nabble.com/selecting-documents-older-than-4-hours-tp689975p6