| Package | Description |
|---|---|
| org.graylog2.indexer.searches | |
| org.graylog2.rest.resources.search |
| Modifier and Type | Field and Description |
|---|---|
static Sorting |
Sorting.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static Sorting |
Sorting.fromApiParam(String param) |
abstract Sorting |
SearchesConfig.sorting() |
| Modifier and Type | Method and Description |
|---|---|
SearchesConfig |
SearchesConfig.create(String query,
String filter,
List<String> fields,
TimeRange timeRange,
int limit,
int offset,
Sorting sorting) |
SearchResult |
Searches.search(String query,
String filter,
TimeRange range,
int limit,
int offset,
Sorting sorting) |
SearchResult |
Searches.search(String query,
TimeRange range,
int limit,
int offset,
Sorting sorting) |
abstract SearchesConfig.Builder |
SearchesConfig.Builder.sorting(Sorting sorting) |
| Modifier and Type | Method and Description |
|---|---|
protected Sorting |
SearchResource.buildSorting(String sort) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.