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, getValuesgetChildren, nameasDoubleValuesSource, asLongValuesSource, createWeight, getSortField, newContext, toStringpublic 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 AggValueSourceIOExceptionpublic FacetMerger createFacetMerger(Object prototype)
createFacetMerger in class AggValueSourcepublic boolean equals(Object o)
equals in class SimpleAggValueSourcepublic int hashCode()
hashCode in class SimpleAggValueSourceprotected Object getValueFromDigest(com.tdunning.math.stats.AVLTreeDigest digest)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.