SOLR-1246

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788571 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2009-06-26 04:47:17 +00:00
parent 613685ac6f
commit 4221983126
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class StatsValues {
public void reset(){
min = Double.MAX_VALUE;
max = Double.MIN_VALUE;
max = Double.NEGATIVE_INFINITY;
sum = count = missing = 0;
sumOfSquares = 0;
facets = null;