| Package | Description |
|---|---|
| org.graylog2.indexer.results | |
| org.graylog2.indexer.searches |
| Modifier and Type | Method and Description |
|---|---|
abstract Searches.DateHistogramInterval |
HistogramResult.getInterval() |
Searches.DateHistogramInterval |
FieldHistogramResult.getInterval() |
Searches.DateHistogramInterval |
DateHistogramResult.getInterval() |
| Constructor and Description |
|---|
DateHistogramResult(org.elasticsearch.search.facet.datehistogram.DateHistogramFacet result,
java.lang.String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
Searches.DateHistogramInterval interval,
org.elasticsearch.common.unit.TimeValue took) |
FieldHistogramResult(org.elasticsearch.search.facet.datehistogram.DateHistogramFacet result,
java.lang.String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
Searches.DateHistogramInterval interval,
org.elasticsearch.common.unit.TimeValue took) |
| Modifier and Type | Method and Description |
|---|---|
static Searches.DateHistogramInterval |
Searches.DateHistogramInterval.valueOf(java.lang.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(java.lang.String query,
java.lang.String field,
Searches.DateHistogramInterval interval,
java.lang.String filter,
TimeRange range) |
HistogramResult |
Searches.histogram(java.lang.String query,
Searches.DateHistogramInterval interval,
java.lang.String filter,
TimeRange range) |
HistogramResult |
Searches.histogram(java.lang.String query,
Searches.DateHistogramInterval interval,
TimeRange range) |
Copyright © 2012-2014 TORCH GmbH. All Rights Reserved.