I\'m using RavenDB build 371 and I have the following model:
class Product { public string Id { get; set; } public ProductSpec[] Specs { get; set; } } cla
As per build 717 you can do this using the new .Intersect() feature that has been done by Matt Warren. Take a look here: http://issues.hibernatingrhinos.com/issue/RavenDB-51
.Intersect()