NEST (7.x) client has QueryBase class, which in its turn has IsVerbatim boolean property. Hence, all derived query classes inherit it. However, query classes in Elastic.Clients.Elasticsearch (8.x) client don't inherit/define the same property.
What does this mean? Is it now 'true' by default? If using NEST I set IsVerbatim=true explicitly, what's the equivalent thing in Elastic.Clients.Elasticsearch (8.x)?
Thanks in advance.