mirror of https://github.com/apache/lucene.git
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:
parent
613685ac6f
commit
4221983126
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue