We are in the process of upgrading ElasticSearch and NEST from 1.6.2 -> 2.3.3.
What replaces how we do TermsExecution.And
in 2.3.3?
How can this be easily done with an unknown number of terms that need to match? e.g. before you were able to just pass in an array.