Package | Description |
---|---|
org.graylog2.rest | |
org.graylog2.rest.resources.search | |
org.graylog2.rest.resources.search.responses |
Modifier and Type | Method and Description |
---|---|
long |
SearchResponseCsvWriter.getSize(SearchResponse searchResponse,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
SearchResponseCsvWriter.writeTo(SearchResponse searchResponse,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
protected SearchResponse |
SearchResource.buildSearchResponse(SearchResult sr,
TimeRange timeRange) |
SearchResponse |
AbsoluteSearchResource.searchAbsolute(String query,
String from,
String to,
int limit,
int offset,
String filter,
String fields,
String sort) |
SearchResponse |
KeywordSearchResource.searchKeyword(String query,
String keyword,
int limit,
int offset,
String filter,
String fields,
String sort) |
SearchResponse |
RelativeSearchResource.searchRelative(String query,
int range,
int limit,
int offset,
String filter,
String fields,
String sort) |
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.