Package | Description |
---|---|
org.graylog2.indexer.searches |
Modifier and Type | Method and Description |
---|---|
static Searches.TermsStatsOrder |
Searches.TermsStatsOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Searches.TermsStatsOrder[] |
Searches.TermsStatsOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TermsStatsResult |
Searches.termsStats(String keyField,
String valueField,
Searches.TermsStatsOrder order,
int size,
String query,
String filter,
TimeRange range) |
TermsStatsResult |
Searches.termsStats(String keyField,
String valueField,
Searches.TermsStatsOrder order,
int size,
String query,
TimeRange range) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.