Package io.ebeanservice.elastic.query
Class EQuerySend
- java.lang.Object
-
- io.ebeanservice.elastic.query.EQuerySend
-
public class EQuerySend extends Object
Query request sender.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearScrollIds(Set<String> scrollIds)Clear all the scroll Ids.com.fasterxml.jackson.core.JsonParserfindNextScroll(String scrollId)Execute find next scroll returning the JSON response.com.fasterxml.jackson.core.JsonParserfindScroll(String indexName, String jsonQuery)Execute as find scroll returning the resulting JSON response.
-
-
-
Method Detail
-
findScroll
public com.fasterxml.jackson.core.JsonParser findScroll(String indexName, String jsonQuery) throws IOException
Execute as find scroll returning the resulting JSON response.- Throws:
IOException
-
findNextScroll
public com.fasterxml.jackson.core.JsonParser findNextScroll(String scrollId) throws IOException
Execute find next scroll returning the JSON response.- Throws:
IOException
-
clearScrollIds
public void clearScrollIds(Set<String> scrollIds)
Clear all the scroll Ids.
-
-