Class Actions
- java.lang.Object
-
- com.floragunn.searchsupport.client.Actions
-
public class Actions extends Object
-
-
Constructor Summary
Constructors Constructor Description Actions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclearScrollAsync(org.elasticsearch.client.Client client, String scrollId)static voidclearScrollAsync(org.elasticsearch.client.Client client, org.elasticsearch.action.search.SearchResponse searchResponse)
-
-
-
Method Detail
-
clearScrollAsync
public static void clearScrollAsync(org.elasticsearch.client.Client client, String scrollId)
-
clearScrollAsync
public static void clearScrollAsync(org.elasticsearch.client.Client client, org.elasticsearch.action.search.SearchResponse searchResponse)
-
-