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) |
Sorting |
SearchesConfig.sorting() |
Modifier and Type | Method and Description |
---|---|
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) |
SearchesConfigBuilder |
SearchesConfigBuilder.setSorting(Sorting sorting) |
Constructor and Description |
---|
SearchesConfig(String query,
String filter,
List<String> fields,
TimeRange range,
int limit,
int offset,
Sorting sorting) |
Modifier and Type | Method and Description |
---|---|
protected Sorting |
SearchResource.buildSorting(String sort) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.