| Modifier and Type | Method and Description |
|---|---|
static Searches.DateHistogramInterval |
IntervalHelper.createDefaultInterval(TimeRange timeRange) |
| Modifier and Type | Method and Description |
|---|---|
abstract Searches.DateHistogramInterval |
DateHistogram.interval() |
abstract Searches.DateHistogramInterval |
GroupByHistogram.interval() |
| Modifier and Type | Method and Description |
|---|---|
abstract DateHistogram.Builder |
DateHistogram.Builder.interval(Searches.DateHistogramInterval interval) |
abstract GroupByHistogram.Builder |
GroupByHistogram.Builder.interval(Searches.DateHistogramInterval interval) |
| Modifier and Type | Field and Description |
|---|---|
protected Searches.DateHistogramInterval |
ChartWidgetStrategy.interval |
| Modifier and Type | Method and Description |
|---|---|
Searches.DateHistogramInterval |
TermsHistogramResult.getInterval() |
abstract Searches.DateHistogramInterval |
HistogramResult.getInterval() |
Searches.DateHistogramInterval |
FieldHistogramResult.getInterval() |
Searches.DateHistogramInterval |
DateHistogramResult.getInterval() |
| Modifier and Type | Method and Description |
|---|---|
static TermsHistogramResult |
TermsHistogramResult.empty(String originalQuery,
String builtQuery,
long size,
Searches.DateHistogramInterval interval) |
static HistogramResult |
FieldHistogramResult.empty(String originalQuery,
String builtQuery,
Searches.DateHistogramInterval interval) |
static DateHistogramResult |
DateHistogramResult.empty(String originalQuery,
String builtQuery,
Searches.DateHistogramInterval interval) |
| Constructor and Description |
|---|
DateHistogramResult(io.searchbox.core.search.aggregation.HistogramAggregation result,
String originalQuery,
String builtQuery,
Searches.DateHistogramInterval interval,
long tookMs) |
FieldHistogramResult(io.searchbox.core.search.aggregation.HistogramAggregation histogramAggregation,
String originalQuery,
String builtQuery,
Searches.DateHistogramInterval interval,
long tookMs) |
TermsHistogramResult(io.searchbox.core.search.aggregation.DateHistogramAggregation result,
String originalQuery,
String builtQuery,
long size,
long tookMs,
Searches.DateHistogramInterval interval,
List<String> fields) |
| Modifier and Type | Method and Description |
|---|---|
static Searches.DateHistogramInterval |
Searches.DateHistogramInterval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Searches.DateHistogramInterval[] |
Searches.DateHistogramInterval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HistogramResult |
Searches.fieldHistogram(String query,
String field,
Searches.DateHistogramInterval interval,
String filter,
TimeRange range,
boolean includeCardinality) |
HistogramResult |
Searches.fieldHistogram(String query,
String field,
Searches.DateHistogramInterval interval,
String filter,
TimeRange range,
boolean includeStats,
boolean includeCardinality) |
HistogramResult |
Searches.histogram(String query,
Searches.DateHistogramInterval interval,
String filter,
TimeRange range) |
HistogramResult |
Searches.histogram(String query,
Searches.DateHistogramInterval interval,
TimeRange range) |
TermsHistogramResult |
Searches.termsHistogram(String field,
List<String> stackedFields,
int size,
String query,
String filter,
TimeRange range,
Searches.DateHistogramInterval interval,
Sorting.Direction sorting) |
| Modifier and Type | Method and Description |
|---|---|
static Searches.DateHistogramInterval |
SearchUtils.buildInterval(String intervalParam,
TimeRange timeRange) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.