Hello,
Can anywone help me with this problem?

I'm using Spring data solr, and I want to build a query that return at least x results, in the following way:

Let's say that I want 100 results, and query1 brings me 70.
I want to use query2 (which will be a more general query) to get the other 30 results and append them after the 70 that query1 found.

Doe's anywone know of a spring-solr mechanism that can achive this?

Thanks,
Idan