mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
fix more like this call in groovy client
This commit is contained in:
parent
2bc2b3f4e2
commit
4e17543bee
@ -352,6 +352,6 @@ class GClient {
|
||||
}
|
||||
|
||||
void moreLikeThis(MoreLikeThisRequest request, ActionListener<SearchResponse> listener) {
|
||||
client(request, listener)
|
||||
client.moreLikeThis(request, listener)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user