Method Intersect
Intersect(ICollection<WAH8DocIdSet>)
Declaration
public static WAH8DocIdSet Intersect(ICollection<WAH8DocIdSet> docIdSets)
Parameters
Returns
Intersect(ICollection<WAH8DocIdSet>, Int32)
Compute the intersection of the provided sets. This method is much faster than
computing the intersection manually since it operates directly at the byte level.
Declaration
public static WAH8DocIdSet Intersect(ICollection<WAH8DocIdSet> docIdSets, int indexInterval)
Parameters
Type |
Name |
Description |
ICollection<WAH8DocIdSet> |
docIdSets |
|
System.Int32 |
indexInterval |
|
Returns