public static Wrap ( Lucene.Net.Search.DocIdSet set, Lucene.Net.Util.Bits acceptDocs ) : Lucene.Net.Search.DocIdSet | ||
set | Lucene.Net.Search.DocIdSet | Underlying DocIdSet. If {@code null}, this method returns {@code null} |
acceptDocs | Lucene.Net.Util.Bits | Allowed docs, all docids not in this set will not be returned by this DocIdSet. /// If {@code null}, this method returns the original set without wrapping. |
return | Lucene.Net.Search.DocIdSet |