: That is more or less what I did. Once I found that function, it just : took a small patch to expose that functionality, and then the problem : was solved.
I'm not sure why you needed a patch at all ... SolrIndexSearch.getDocSet(List<Query>) and getDocSet(Query) are both public methods. as is DocSet.intersection(DocSet) -Hoss