| Package | Description |
|---|---|
| org.graylog2.indexer.searches | |
| org.graylog2.rest.resources.search |
| Modifier and Type | Method and Description |
|---|---|
ScrollResult |
SearchesAdapter.scroll(ScrollCommand scrollCommand) |
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) |
ScrollResult |
Searches.scroll(String query,
TimeRange range,
int limit,
int offset,
List<String> fields,
String filter,
int batchSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
SearchResource.buildChunkedOutput(ScrollResult scroll) |
protected Runnable |
SearchResource.createScrollChunkProducer(ScrollResult scroll,
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> output) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.