Package | Description |
---|---|
org.graylog2.rest.resources.search | |
org.graylog2.rest.resources.search.responses |
Modifier and Type | Method and Description |
---|---|
protected TermsResult |
SearchResource.buildTermsResult(TermsResult tr) |
TermsResult |
AbsoluteSearchResource.termsAbsolute(String field,
String query,
int size,
String from,
String to,
String filter) |
TermsResult |
KeywordSearchResource.termsKeyword(String field,
String query,
int size,
String keyword,
String filter) |
TermsResult |
RelativeSearchResource.termsRelative(String field,
String query,
int size,
int range,
String filter) |
Modifier and Type | Method and Description |
---|---|
static TermsResult |
TermsResult.create(long time,
Map<String,Integer> terms,
long missing,
long other,
long total,
String builtQuery) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.