public interface SearchesAdapter
| Modifier and Type | Method and Description |
|---|---|
CountResult |
count(Set<String> affectedIndices,
String query,
TimeRange range,
String filter) |
FieldStatsResult |
fieldStats(String query,
String filter,
TimeRange range,
Set<String> indices,
String field,
boolean includeCardinality,
boolean includeStats,
boolean includeCount) |
ScrollResult |
scroll(ScrollCommand scrollCommand) |
ScrollResult |
scroll(Set<String> indexWildcards,
Sorting sorting,
String filter,
String query,
int batchSize) |
ScrollResult |
scroll(Set<String> indexWildcards,
Sorting sorting,
String filter,
String query,
TimeRange range,
int limit,
int offset,
List<String> fields) |
SearchResult |
search(Set<String> indices,
Set<IndexRange> indexRanges,
SearchesConfig config) |
ScrollResult scroll(Set<String> indexWildcards, Sorting sorting, String filter, String query, TimeRange range, int limit, int offset, List<String> fields)
ScrollResult scroll(Set<String> indexWildcards, Sorting sorting, String filter, String query, int batchSize)
ScrollResult scroll(ScrollCommand scrollCommand)
SearchResult search(Set<String> indices, Set<IndexRange> indexRanges, SearchesConfig config)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.