Open
Description
It is currently only possible to specify timeUnit as follows:
query(final Query query, TimeUnit timeUnit)
Please could you add timeUnit to all other types of queries? In particular, I would love to see:
query(Query query, int chunkSize, TimeUnit timeUnit, Consumer<QueryResult> consumer)
Thanks!