In v1.3, it is public. In v1.2, it is still protected.
----- Original Message ---- From: Chris Hostetter <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, May 22, 2008 1:50:22 PM Subject: Re: DocSet to BitSet : 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