Package | Description |
---|---|
org.graylog2.indexer.messages | |
org.graylog2.indexer.results | |
org.graylog2.rest.resources.messages | |
org.graylog2.rest.resources.search |
Modifier and Type | Method and Description |
---|---|
ResultMessage |
Messages.get(String messageId,
String index) |
Modifier and Type | Method and Description |
---|---|
static ResultMessage |
ResultMessage.createFromMessage(Message message) |
static ResultMessage |
ResultMessage.parseFromSource(String id,
String index,
Map<String,Object> message) |
static ResultMessage |
ResultMessage.parseFromSource(String id,
String index,
Map<String,Object> message,
Map<String,List<String>> highlight) |
Modifier and Type | Method and Description |
---|---|
List<ResultMessage> |
ScrollResult.ScrollChunk.getMessages() |
List<ResultMessage> |
SearchResult.getResults() |
List<ResultMessage> |
FieldStatsResult.getSearchHits() |
Constructor and Description |
---|
FieldStatsResult(io.searchbox.core.search.aggregation.ValueCountAggregation valueCountAggregation,
io.searchbox.core.search.aggregation.ExtendedStatsAggregation extendedStatsAggregation,
io.searchbox.core.search.aggregation.CardinalityAggregation cardinalityAggregation,
List<ResultMessage> hits,
String query,
String source,
long tookMs) |
SearchResult(List<ResultMessage> hits,
long totalResults,
Set<IndexRange> usedIndices,
String originalQuery,
String builtQuery,
long tookMs) |
Modifier and Type | Method and Description |
---|---|
ResultMessage |
MessageResource.parse(MessageParseRequest request) |
ResultMessage |
MessageResource.search(String index,
String messageId) |
Modifier and Type | Method and Description |
---|---|
protected List<ResultMessageSummary> |
SearchResource.resultMessageListtoValueList(List<ResultMessage> resultMessages) |
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.