| Package | Description |
|---|---|
| org.graylog.plugins.views.search.searchtypes | |
| org.graylog2.contentpacks.model.entities | |
| org.graylog2.rest.resources.search |
| Modifier and Type | Method and Description |
|---|---|
static Sort |
Sort.create(String field,
Sort.Order order) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Sort> |
MessageList.sort() |
| Modifier and Type | Method and Description |
|---|---|
abstract MessageList.Builder |
MessageList.Builder.sort(List<Sort> sort) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Sort> |
MessageListEntity.sort() |
| Modifier and Type | Method and Description |
|---|---|
abstract MessageListEntity.Builder |
MessageListEntity.Builder.sort(List<Sort> sort) |
| Modifier and Type | Method and Description |
|---|---|
protected Sort |
SearchResource.buildSortOrder(String sort) |
| Modifier and Type | Method and Description |
|---|---|
protected Search |
SearchResource.createSearch(String queryString,
int limit,
String filter,
List<String> fieldList,
Sort sorting,
TimeRange timeRange) |
protected SearchResponse |
SearchResource.search(String query,
int limit,
String filter,
boolean decorate,
SearchUser searchUser,
List<String> fieldList,
Sort sorting,
TimeRange timeRange) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.