Hello,
I'm using elasticsearch and the Java high level rest client in a project and I'd like to be able to make a match_bool_prefix
query via the rest client but I noticed the static method is missing from the QueryBuilders helper class. Is there a plan to add it in a future version ?
Thanks in advance.