As a user of intake-solr I would like to access datasets/queries that are larger than memory.
I believe the intake way to solve this is by creating an Solr Driver that has partitioned access, and that implements the to_dask() method. Is that correct?