| Package | Description |
|---|---|
| org.graylog.plugins.map.search | |
| org.graylog2.rest.models.search.responses | |
| org.graylog2.rest.resources.search |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,TermsResult> |
MapDataSearchResult.fields() |
| Modifier and Type | Method and Description |
|---|---|
static MapDataSearchResult |
MapDataSearchResult.create(String query,
TimeRange timerange,
int limit,
String streamId,
Map<String,TermsResult> fields) |
abstract MapDataSearchResult.Builder |
MapDataSearchResult.Builder.fields(Map<String,TermsResult> fields) |
| Modifier and Type | Method and Description |
|---|---|
static TermsResult |
TermsResult.create(long time,
Map<String,Long> terms,
long missing,
long other,
long total,
String builtQuery) |
static TermsResult |
TermsResult.create(long time,
Map<String,Long> terms,
Map<String,List<Map<String,String>>> termsMapping,
long missing,
long other,
long total,
String builtQuery) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<Long,TermsResult> |
TermsHistogramResult.buckets() |
| Modifier and Type | Method and Description |
|---|---|
static TermsHistogramResult |
TermsHistogramResult.create(long time,
String interval,
long size,
Map<Long,TermsResult> buckets,
Set<String> terms,
String builtQuery,
TimeRange queriedTimerange) |
| Modifier and Type | Method and Description |
|---|---|
protected TermsResult |
SearchResource.buildTermsResult(TermsResult tr) |
TermsResult |
AbsoluteSearchResource.termsAbsolute(@NotEmpty String field,
@NotEmpty String query,
String stackedFieldsParam,
int size,
@NotEmpty String from,
@NotEmpty String to,
String filter,
String order) |
TermsResult |
KeywordSearchResource.termsKeyword(@NotEmpty String field,
@NotEmpty String query,
String stackedFieldsParam,
int size,
@NotEmpty String keyword,
String filter,
String order) |
TermsResult |
RelativeSearchResource.termsRelative(@NotEmpty String field,
@NotEmpty String query,
String stackedFieldsParam,
int size,
@PositiveOrZero int range,
String filter,
String order) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.