I'm attempting to search multiple indices using NEST while providing covariance in the same way this topic describes: Query on multiple index using NEST
Unfortunately the .Type()
method no longer exists in the SearchDescriptor class (NEST v7.9+) .
How can I make use of covariance with multiple indices using NEST 7.9+'s fluent API?
Thanks,
Bram