On 9/27/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: > a better option (assuming a query parser change) would be a new option > thta says wether each computed range should be enclusive of the low poin,t > the high point, both end points, neither end points, or be "smart" (where > smart is the same as "low" except for the last range where the it includes > both)
That could be really cool. > The simple workarround: if you know all of your data is indexed with > perfect 0.000second precision, then put "-1MILLI" at the end of your start > and end date faceting params. Good idea. The only problem is that I'll have to modify my client code to deal with the fact that solr now returns 17:59:59 instead of 18:00:00. Not difficult but less clean than before. Thanks for the advice. I'll give it a try. -- Guillaume