Java client SearchRequest query building for neural plugin

Hi @chinmoydas ,
Thanks for reaching out.

So, currently there is no standard NeuralSearch query builder class to build the query. You need to take a different route here. You have to create the json payload and then send that as a HTTP request using the OpenSearch client.

Please feel free to cut a github issue for creating QueryBuilder for neural Query Clause.