Package | Description |
---|---|
org.elasticsearch.action.search.type |
Modifier and Type | Method and Description |
---|---|
static ParsedScrollId |
TransportSearchHelper.parseScrollId(String scrollId) |
Modifier and Type | Method and Description |
---|---|
void |
TransportSearchScrollQueryThenFetchAction.execute(SearchScrollRequest request,
ParsedScrollId scrollId,
ActionListener<SearchResponse> listener) |
void |
TransportSearchScrollQueryAndFetchAction.execute(SearchScrollRequest request,
ParsedScrollId scrollId,
ActionListener<SearchResponse> listener) |
void |
TransportSearchScrollScanAction.execute(SearchScrollRequest request,
ParsedScrollId scrollId,
ActionListener<SearchResponse> listener) |
Copyright © 2009–2015. All rights reserved.