Class ValuesSource.Numeric

java.lang.Object
org.elasticsearch.search.aggregations.support.ValuesSource
org.elasticsearch.search.aggregations.support.ValuesSource.Numeric
Direct Known Subclasses:
GeoHashCellIdSource, GeoTileCellIdSource, ValuesSource.Numeric.FieldData, ValuesSource.Numeric.Script, ValuesSource.Numeric.WithScript
Enclosing class:
ValuesSource

public abstract static class ValuesSource.Numeric extends ValuesSource
ValuesSource for fields who's values are best thought of as numbers. Aggregations that operate on these values often may chose to operate on double precision floating point values or on 64 bit signed two's complement values. They'll do normal "number stuff" to those values like add, multiply, and compare them to other numbers.
  • Field Details

  • Constructor Details

    • Numeric

      public Numeric()
  • Method Details