Hello: I'm interested in querying solr as a spark rdd. Has anyone used the lucidworks code api https://github.com/lucidworks/spark-solr to issue multiple queries? I'd like to have it execute multiple queries and have the top n results be combined into one spark rdd for further analysis. The examples that I can find use just one query as the originating data source to process. I'm looking for something similar to the executor function in solr streaming expressions but using spark. Thanks
Matt