Anybody have any additional suggestions for this TZ issue we're having? I've included the query below. The full debug output is in the gist link also included if you want to see it. As mentioned, the test solr installation has one document with a date that was set to the 15th, and when this query was run during the evening of the 14th we still got that one document in the response. Are there any other potential culprits here? E.g. DateField vs TrieDateField?
"params": { "debugQuery": "true", "indent": "true", "q": "values_field_66_date:[* TO NOW/DAY+1DAY]", "TZ:'America/Los_Angeles'": "", "_": "1384487341231", "wt": "json", "rows": "25" } https://gist.github.com/anonymous/7478773 Thanks, Eric On Nov 14, 2013, at 10:58 PM, Eric Katherman <kather...@gmail.com> wrote: > We're still not seeing the proper result. I've included a gist of the > query and its debug result. This was run on a clean index running 4.4.0 with > just one document. That document has a date of 11/15/2013 yet the date in > the included TZ it is the 14th but I still get that document returned. > Hoping someone can help. > > https://gist.github.com/anonymous/7478773 > > > On Nov 14, 2013, at 3:06 PM, Chris Hostetter <hossman_luc...@fucit.org> wrote: > >> >> I've beefed up the ref guide page on dates to include more info about all >> of this... >> >> https://cwiki.apache.org/confluence/display/solr/Working+with+Dates >> >> >> -Hoss >