public class PercentileAgg extends SimpleAggValueSource
Modifier and Type | Class and Description |
---|---|
static class |
PercentileAgg.Parser |
name
Constructor and Description |
---|
PercentileAgg(ValueSource vs,
List<Double> percentiles) |
Modifier and Type | Method and Description |
---|---|
FacetMerger |
createFacetMerger(Object prototype) |
SlotAcc |
createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext,
int numDocs,
int numSlots) |
boolean |
equals(Object o) |
protected Object |
getValueFromDigest(com.tdunning.math.stats.AVLTreeDigest digest) |
int |
hashCode() |
description, getArg, getValues
getChildren, name
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, newContext, toString
public PercentileAgg(ValueSource vs, List<Double> percentiles)
public SlotAcc createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots) throws IOException
createSlotAcc
in class AggValueSource
IOException
public FacetMerger createFacetMerger(Object prototype)
createFacetMerger
in class AggValueSource
public boolean equals(Object o)
equals
in class SimpleAggValueSource
public int hashCode()
hashCode
in class SimpleAggValueSource
protected Object getValueFromDigest(com.tdunning.math.stats.AVLTreeDigest digest)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.