Spring Data Elasticsearch

org.springframework.data.elasticsearch.core.facet.result
Class StatisticalResult

java.lang.Object
  extended by org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
      extended by org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
All Implemented Interfaces:
FacetResult

public class StatisticalResult
extends AbstractFacetResult

Author:
Petar Tahchiev

Constructor Summary
StatisticalResult(String name, long count, double max, double min, double mean, double stdDeviation, double sumOfSquares, double total, double variance)
           
 
Method Summary
 long getCount()
           
 double getMax()
           
 double getMean()
           
 double getMin()
           
 double getStdDeviation()
           
 double getSumOfSquares()
           
 double getTotal()
           
 double getVariance()
           
 
Methods inherited from class org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
getName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticalResult

public StatisticalResult(String name,
                         long count,
                         double max,
                         double min,
                         double mean,
                         double stdDeviation,
                         double sumOfSquares,
                         double total,
                         double variance)
Method Detail

getCount

public long getCount()

getMax

public double getMax()

getMin

public double getMin()

getMean

public double getMean()

getStdDeviation

public double getStdDeviation()

getSumOfSquares

public double getSumOfSquares()

getTotal

public double getTotal()

getVariance

public double getVariance()

Spring Data Elasticsearch

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.