Re: stats on a field with no values

2010-07-22 Thread Chris Hostetter
: 
: When I use the stats component on a field that has no values in the result set
: (ie, stats.missing == rowCount), I'd expect that 'min'and 'max' would be
: blank.
: 
: Instead, they seem to be the smallest and largest float values or something,
: min = 1.7976931348623157E308, max = 4.9E-324 .
: 
: Is this a bug?

off the top of my head it sounds like it ... would you mind opening a n 
issue in Jira please?


-Hoss



stats on a field with no values

2010-07-19 Thread Jonathan Rochkind
When I use the stats component on a field that has no values in the 
result set (ie, stats.missing == rowCount), I'd expect that 'min'and 
'max' would be blank.


Instead, they seem to be the smallest and largest float values or 
something, min = 1.7976931348623157E308, max = 4.9E-324 .


Is this a bug?

Jonathan