| Package | Description |
|---|---|
| org.graylog.events.search | |
| org.graylog2.indexer.searches | |
| org.graylog2.rest.resources.search |
| Modifier and Type | Method and Description |
|---|---|
MoreSearch.Result |
MoreSearchAdapter.eventSearch(String queryString,
TimeRange timerange,
Set<String> affectedIndices,
Sorting sorting,
int page,
int perPage,
Set<String> eventStreams,
String filterString,
Set<String> forbiddenSourceStreams) |
| 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 |
|---|---|
abstract Optional<Sorting> |
ScrollCommand.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) |
ScrollResult |
SearchesAdapter.scroll(Set<String> indexWildcards,
Sorting sorting,
String filter,
String query,
int batchSize) |
ScrollResult |
SearchesAdapter.scroll(Set<String> indexWildcards,
Sorting sorting,
String filter,
String query,
TimeRange range,
int limit,
int offset,
List<String> fields) |
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 ScrollCommand.Builder |
ScrollCommand.Builder.sorting(Sorting sorting) |
abstract SearchesConfig.Builder |
SearchesConfig.Builder.sorting(Sorting sorting) |
| Modifier and Type | Method and Description |
|---|---|
protected Sorting |
SearchResource.buildSorting(String sort) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.