You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
it would be nice to be able to extend DefaultReactiveElasticsearchClient when it's needed to write some custom queries. For example now I'd like to implement search template however it's not that easy because of private methods sendRequest. Could we change those to protected instead of private?
Or is there any other extension point that I've missed? I'd like to use search templates.