| Package | Description |
|---|---|
| org.elasticsearch.common.inject.internal |
Guice (sounds like like "juice")
|
| org.elasticsearch.discovery.local | |
| org.elasticsearch.discovery.zen | |
| org.elasticsearch.search.aggregations.bucket.histogram |
| Modifier and Type | Method and Description |
|---|---|
static String |
Join.join(String delimiter,
Object firstToken,
Object... otherTokens)
Returns a string containing the
tokens, converted to strings if
necessary, separated by delimiter. |
static <T extends Appendable> |
Join.join(T appendable,
String delimiter,
Object firstToken,
Object... otherTokens)
Appends each of the
tokens to appendable, separated by
delimiter. |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalDiscovery.setNodeService(NodeService nodeService) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZenDiscovery.setNodeService(NodeService nodeService) |
| Constructor and Description |
|---|
HistogramAggregator(String name,
AggregatorFactories factories,
Rounding rounding,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
boolean keyed,
long minDocCount,
ExtendedBounds extendedBounds,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
InternalHistogram.Factory<?> histogramFactory,
AggregationContext aggregationContext,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
HistogramAggregator(String name,
AggregatorFactories factories,
Rounding rounding,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
boolean keyed,
long minDocCount,
ExtendedBounds extendedBounds,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
InternalHistogram.Factory<?> histogramFactory,
AggregationContext aggregationContext,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
Copyright © 2009–2017. All rights reserved.