Re: Range operator problems in Chef ( automating framework)

2012-09-24 Thread Erick Erickson
Be a little careful, spaces here can mess you up. Particularly around the hyphen in -1hour. I.e. NOW -1HOUR is invalid but NOW-1HOUR is ok (note the space between W and -). There aren't any in your example, but just to be sure One other note: you may get better performance out of making this

Re: Range operator problems in Chef ( automating framework)

2012-09-24 Thread Jack Krupansky
That looks like a valid Solr date math expression, but you need to make sure that the field type is actually a Solr "DateField" as opposed to simply an integer Unix time value. -- Jack Krupansky -Original Message- From: Christian Bordis Sent: Monday, September 24, 2012 7:16 AM To: so