Package | Description |
---|---|
org.elasticsearch.search.facet.termsstats.doubles |
Modifier and Type | Method and Description |
---|---|
List<InternalTermsStatsDoubleFacet.DoubleEntry> |
InternalTermsStatsDoubleFacet.getEntries() |
Constructor and Description |
---|
Aggregator(com.carrotsearch.hppc.DoubleObjectOpenHashMap<InternalTermsStatsDoubleFacet.DoubleEntry> entries) |
InternalTermsStatsDoubleFacet(String name,
TermsStatsFacet.ComparatorType comparatorType,
int requiredSize,
Collection<InternalTermsStatsDoubleFacet.DoubleEntry> entries,
long missing) |
ScriptAggregator(com.carrotsearch.hppc.DoubleObjectOpenHashMap<InternalTermsStatsDoubleFacet.DoubleEntry> entries,
SearchScript script) |
Copyright © 2009–2015. All rights reserved.