} catch (IOException ignored) {
}
}
final SearchResponse r = c.search(request).actionGet();
return new ScrollResult(c, query, request.source(), r, fields);
}
public SearchResult search(String query, TimeRange range, int limit, int offset, Sorting sorting) throws IndexHelper.InvalidRangeFormatException {
return search(query, null, range, limit, offset, sorting);
}