| Package | Description |
|---|---|
| org.graylog2.indexer | |
| org.graylog2.indexer.results | |
| org.graylog2.indexer.searches |
| Modifier and Type | Method and Description |
|---|---|
static Indexer.DateHistogramInterval |
Indexer.DateHistogramInterval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Indexer.DateHistogramInterval[] |
Indexer.DateHistogramInterval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Indexer.DateHistogramInterval |
HistogramResult.getInterval() |
Indexer.DateHistogramInterval |
FieldHistogramResult.getInterval() |
Indexer.DateHistogramInterval |
DateHistogramResult.getInterval() |
| Constructor and Description |
|---|
DateHistogramResult(org.elasticsearch.search.facet.datehistogram.DateHistogramFacet result,
String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
Indexer.DateHistogramInterval interval,
org.elasticsearch.common.unit.TimeValue took) |
FieldHistogramResult(org.elasticsearch.search.facet.datehistogram.DateHistogramFacet result,
String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
Indexer.DateHistogramInterval interval,
org.elasticsearch.common.unit.TimeValue took) |
| Modifier and Type | Method and Description |
|---|---|
HistogramResult |
Searches.fieldHistogram(String query,
String field,
Indexer.DateHistogramInterval interval,
String filter,
TimeRange range) |
HistogramResult |
Searches.histogram(String query,
Indexer.DateHistogramInterval interval,
String filter,
TimeRange range) |
HistogramResult |
Searches.histogram(String query,
Indexer.DateHistogramInterval interval,
TimeRange range) |
Copyright © 2012–2014 TORCH GmbH. All rights reserved.