| Package | Description |
|---|---|
| org.graylog.plugins.views.search | |
| org.graylog.plugins.views.search.engine |
| Modifier and Type | Method and Description |
|---|---|
abstract QueryResult |
QueryResult.Builder.build() |
static QueryResult |
QueryResult.emptyResult() |
static QueryResult |
QueryResult.failedQueryWithError(Query query,
SearchError error) |
static QueryResult |
QueryResult.incomplete() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<QueryResult> |
SearchJob.getQueryResultFuture(String queryId) |
Map<String,QueryResult> |
SearchJob.results() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchJob.addQueryResultFuture(String queryId,
CompletableFuture<QueryResult> resultFuture) |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryBackend.doRun(SearchJob job,
Query query,
T queryContext)
Run the generated query as part of the given query job.
|
default QueryResult |
QueryBackend.run(SearchJob job,
Query query,
GeneratedQueryContext generatedQueryContext) |
| Modifier and Type | Method and Description |
|---|---|
default AbsoluteRange |
QueryBackend.effectiveTimeRangeForResult(Query query,
QueryResult queryResult) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.