| Package | Description |
|---|---|
| org.graylog2.rest.models.messages.responses | |
| org.graylog2.rest.resources.search | |
| org.graylog2.rest.resources.search.responses |
| Modifier and Type | Method and Description |
|---|---|
static ResultMessageSummary |
ResultMessageSummary.create(com.google.common.collect.Multimap<String,com.google.common.collect.Range<Integer>> highlightRanges,
Map<String,Object> message,
String index) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ResultMessageSummary> |
SearchResource.resultMessageListtoValueList(List<ResultMessage> resultMessages) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ResultMessageSummary> |
SearchResponse.messages() |
| Modifier and Type | Method and Description |
|---|---|
static SearchResponse |
SearchResponse.create(String query,
String builtQuery,
Set<IndexRangeSummary> usedIndices,
List<ResultMessageSummary> messages,
Set<String> fields,
long time,
long totalResults,
org.joda.time.DateTime from,
org.joda.time.DateTime to) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.