Package | Description |
---|---|
org.graylog2.indexer.messages | |
org.graylog2.indexer.results | |
org.graylog2.rest.resources.messages | |
org.graylog2.rest.resources.search.responses |
Modifier and Type | Method and Description |
---|---|
ResultMessage |
Messages.get(String messageId,
String index) |
Modifier and Type | Method and Description |
---|---|
static ResultMessage |
ResultMessage.parseFromSource(org.elasticsearch.action.get.GetResponse r) |
static ResultMessage |
ResultMessage.parseFromSource(org.elasticsearch.search.SearchHit hit) |
Modifier and Type | Method and Description |
---|---|
protected List<ResultMessage> |
IndexQueryResult.buildResults(org.elasticsearch.search.SearchHits hits) |
List<ResultMessage> |
ScrollResult.ScrollChunk.getMessages() |
List<ResultMessage> |
SearchResult.getResults() |
List<ResultMessage> |
FieldStatsResult.getSearchHits() |
Modifier and Type | Method and Description |
---|---|
ResultMessage |
MessageResource.search(String index,
String messageId) |
Modifier and Type | Method and Description |
---|---|
abstract List<ResultMessage> |
SearchResponse.messages() |
Modifier and Type | Method and Description |
---|---|
static SearchResponse |
SearchResponse.create(String query,
String builtQuery,
Set<IndexRange> usedIndices,
List<ResultMessage> messages,
Set<String> fields,
long time,
long totalResults,
org.joda.time.DateTime from,
org.joda.time.DateTime to) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.